Hufe921 / canvas-editor
- суббота, 10 июня 2023 г. в 00:00:04
rich text editor by canvas/svg
a rich text editor by canvas/svg
npm i @hufe921/canvas-editor --save
<div class="canvas-editor"></div>
import Editor from "@hufe921/canvas-editor"
new Editor(document.querySelector(".canvas-editor"), [
{
value: "Hello World"
}
])
yarn
npm run dev
npm run build
npm run lib