UNPKG

@iconsets/svg-morpheus-ts

Version:

ESM TypeScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions. Refactored with modern TypeScript + Vite + pnpm stack. Supports both Chinese and English documentation.

60 lines 1.59 kB
{ "name": "@iconsets/svg-morpheus-ts", "prettyName": "SVG Morpheus", "version": "1.4.14", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "description": "ESM TypeScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions. Refactored with modern TypeScript + Vite + pnpm stack. Supports both Chinese and English documentation.", "homepage": "https://github.com/caixw/SVG-Morpheus-ts", "repository": { "type": "git", "url": "https://github.com/caixw/SVG-Morpheus-ts.git" }, "license": "MIT", "author": { "name": "caixw", "url": "https://caixw.io" }, "keywords": [ "svg", "animation", "morphing", "icons", "material-design" ], "engines": { "node": ">=20.19.0", "pnpm": ">=9.0.0" }, "devDependencies": { "@types/node": "^24.10.4", "typescript": "^6.0.2", "vite": "^8.0.8", "vite-plugin-dts": "^4.5.4", "@biomejs/biome": "^2.4.10" }, "dependencies": { "colorjs.io": "^0.6.1" }, "scripts": { "dev": "vite --host", "build": "vite build", "demo": "pnpm build && vite --mode demo --host", "build:demo": "pnpm build && GITHUB_PAGES=true vite build --mode demo", "preview": "vite preview", "lint": "pnpm exec biome lint", "type-check": "tsc --noEmit" } }