# image-punctuation-multiple **Repository Path**: niedongye/image-punctuation-multiple ## Basic Information - **Project Name**: image-punctuation-multiple - **Description**: 图片上传;拖拽;放大缩小;自定义标点保存多张图片; - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-21 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite + Element Plus + html2Canvas =========== #### JavaScript HTML renderer #### This script allows you to directly upload images in the user's browser and perform secondary editing (drag and drop, zoom in and out), punctuation on the images, and save multiple images ### Browser compatibility ### The library should work fine on the following browsers (with `Promise` polyfill): * Firefox 3.5+ * Google Chrome * Opera 12+ * IE9+ * Safari 6+ As each CSS property needs to be manually built to be supported, there are a number of properties that are not yet supported. ### Building ### install: $ npm install image-punctuation-multiple --save ### Usage ### ```js script setup import { ref } from 'vue' import ImagePunctuationMultiple from 'image-punctuation-multiple' import 'image-punctuation-multiple/dist/image-punctuation-multiple.css' const fileList = ref([])