UNPKG

react-sketch-ruler

Version:

> In using react, the zoom operation used for page presentation

54 lines (53 loc) 1.24 kB
{ "name": "react-sketch-ruler", "version": "1.2.14", "author": "kakajun <253495832@qq.com>", "license": "MIT", "type": "module", "private": false, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/kakajun/react-sketch-ruler" }, "homepage": "https://kakajun.github.io/react-sketch-ruler", "main": "lib/index.js", "main_": "src/index.tsx", "style": "lib/index.css", "types": "lib/index.d.ts", "sideEffects": false, "peerDependencies": { "react": ">=18 || >=19", "react-dom": ">=18 || >=19" }, "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js", "require": "./lib/index.umd.cjs" }, "./index.css": "./lib/index.css" }, "scripts": { "build": "vite build", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "keywords": [ "react", "ruler", "sketch", "sketch-ruler", "react-sketch-ruler", "room", "panzoom" ], "bugs": { "url": "https://github.com/kakajun/react-sketch-ruler/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }