New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

image-punctuation-multiple

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-punctuation-multiple

图片上传;拖拽;放大缩小;自定义标点保存多张图片;

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

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

script setup
  import { ref } from 'vue'
  import ImagePunctuationMultiple from 'image-punctuation-multiple'
  import 'image-punctuation-multiple/dist/image-punctuation-multiple.css'

  const fileList = ref([])

  <template>
    <ImagePunctuationMultiple v-model:model-value="fileList"/>
  </template>



Keywords

image

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts