Polotno
https://polotno.com/
JS framework for making your own canva-like design editors.
Install
npm install polotno
Demo app
import { createDemoApp } from 'polotno/polotno-app';
const { store } = createDemoApp({
container: document.getElementById('root'),
key: 'YOUR_API_KEY',
});
License
- You can use this package for free for non-commercial products and local development process.
- For commercial usage you have to buy a licence here: https://polotno.com/
- Please respect the copyright.
For more information take a look into LICENSE.md.