WP Manifestindependent plugin directory
manifest / editor / paint-me-gutenberg-block

Guty2

A canvas drawing block

by Jim Schofield · github.com/jimschofield/paint-me-gutenberg-block

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jimschofield/paint-me-gutenberg-block/archive/refs/heads/master.zip

A canvas drawing block for WordPress gutenberg editor

To use

  1. Clone into the plugins directory
  2. Activate in WP admin
  3. Select "Paint-me" block while editing a page or post

To build

  1. cd into guty2 in plugin directory
  2. npm install
  3. npm run build - single build
  4. npm run watch - watch for file changes and build