随笔分类 -  npm插件维护

react中使用ueditor和秀米
摘要:下载 github: npm i https://gitee.com/ygunoil/react-ueditor-xiumi.git -S npm: npm i react-ueditor-xiumi -S yarn: yarn add react-ueditor-xiumi 使用 引入 Uedit 阅读全文
posted @ 2021-09-01 15:19 ygunoil 阅读(412) 评论(0) 推荐(0) 编辑
js使用y-qrcode生成二维码
摘要:<div ref="qrCode" id="qrcode" ></div> import QRCode from "y-qrcode"; var qrcode = new QRCode(document.getElementById("qrcode"), { text: 'your content' 阅读全文
posted @ 2021-09-01 15:16 ygunoil 阅读(154) 评论(0) 推荐(0) 编辑
js使用y-seal实现印章功能
摘要:npm i y-seal -D <canvas id="seal"></canvas> import Seal from "y-seal"; var seal = new Seal("#seal", { radius: 75,// 默认半径75px color: "red",// 默认颜色红色 co 阅读全文
posted @ 2021-09-01 11:38 ygunoil 阅读(567) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示