@xiehy/component-edit-image
v1.0.3
Published
vue3图片编辑插件
Downloads
2
Readme
@xiehy/component-edit-image
vue3图片编辑插件
安装
$ yarn add @xiehy/component-edit-image
局部引入
import EditImage from "@xiehy/component-edit-image"
import "@xiehy/component-edit-image/dist/style.css";
import { ref } from 'vue';
<EditImage class="editImage" :img="img"></EditImage>
const img = ref({
file: file,
url: url
})