basic-image-editor
v1.1.0
Published
basic image editor with react component
Readme
Basic Image Editor
Very basic image editor to be integrated into froala-editor as plugin.
To run:
Make sure you have node version 16.X
yarn node -v
# and if downgrading is required..
npm install -g n
sudo n 16.20.0yarn node -v # ensure this is 16.X
cd demo
yarn install
yarn start