polotno
v2.14.10
Published
Design Editor Framework
Downloads
31,398
Maintainers
Readme
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', // you can create it here: https://polotno.com/cabinet/
});
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.