sewing-doc
v2.1.1
Published
sewing doc是sewing app (https://www.sewingapp.work) 的SDK工具。
Downloads
3
Maintainers
Readme
sewing doc
sewing doc是sewing app (https://www.sewingapp.work) 的SDK工具。
安装
npm i sewing-doc -S
使用
// use as custom element
import { SewingDocElement } from 'sewing-doc';
customElements.define('sewing-doc', SewingDocElement);