摘要: import { fabric } from 'fabric'; import { Image } from './image'; /** * 上传文件 * 添加到 canvas 中 */ export class Upload { constructor(canvas) { // 添加 input 阅读全文
posted @ 2022-04-18 16:05 名字不好起啊 阅读(222) 评论(0) 推荐(0)
摘要: import { fabric } from 'fabric'; /** * 拖放功能 */ export class DragAndDrop { constructor(canvas) { // 添加必要元素 img $('body').append(`<img src="./assets/111 阅读全文
posted @ 2022-04-18 16:04 名字不好起啊 阅读(131) 评论(0) 推荐(0)