UNPKG

@wendyjs/watermarker

Version:

This is a framework-agnostic package that provides a Watermark class for managing watermarks on HTML elements. It includes features such as automatic re-rendering when mutations occur, customizable watermark styles

49 lines (48 loc) 1.46 kB
{ "name": "@wendyjs/watermarker", "private": false, "version": "0.1.2", "description": "This is a framework-agnostic package that provides a Watermark class for managing watermarks on HTML elements. It includes features such as automatic re-rendering when mutations occur, customizable watermark styles", "source": "src/index.ts", "main": "dist/wendyjs-watermark.cjs", "module": "dist/wendyjs-watermark.mjs", "types": "dist/types.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "start": "parcel test.html", "watch": "parcel watch", "build": "rollup -c rollup.config.js --environment BUILD:production" }, "keywords": [ "watermarker", "watermarker.js", "watermarkerjs" ], "author": { "name": "shawnwang", "email": "wsxok15@163.com", "url": "https://github.com/wsxok" }, "repository": { "type": "git", "url": "https://github.com/wsxok/wendyjs/tree/main/packages/watermarker" }, "homepage": "https://github.com/wsxok/wendyjs/tree/main/packages/watermarker#readme", "license": "MIT", "dependencies": { "es-toolkit": "^1.13.1" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.2", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "rollup": "^4.19.1", "rollup-plugin-delete": "^2.0.0" } }