@ydesign/react-editor
v0.1.5
Published
设计编辑器UI组件库,基于react版本
Maintainers
Readme
Ydesign
https://ydesign.com/
JS framework for making your own canva-like design editors.
Install
npm install @ydesign/react-editorDemo app
import { createDemoApp } from '@ydesign/react-editor/ydesign-app';
const { store } = createDemoApp({
container: document.getElementById('root'),
key: 'YOUR_API_KEY', // you can create it here: https://ydesign.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://ydesign.com/
- Please respect the copyright.
For more information take a look into LICENSE.md.
