1.0.3 • Published 6 months ago

@xiehy/component-edit-image v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

@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
})
1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago