UNPKG

split-with-kerning

Version:

Split a text into words and letters and respect the kerning

60 lines (59 loc) 1.44 kB
{ "name": "split-with-kerning", "version": "0.0.8", "description": "Split a text into words and letters and respect the kerning", "keywords": [ "typography", "kerning", "text-animation", "font", "letters" ], "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/vicocotea/split-with-kerning.git" }, "author": "vicocotea", "license": "ISC", "bugs": { "url": "https://github.com/vicocotea/split-with-kerning/issues" }, "homepage": "https://github.com/vicocotea/split-with-kerning#readme", "devDependencies": { "@types/node": "^20.11.24", "jsdom": "^26.1.0", "typescript": "^5.3.3", "vite": "^5.1.4", "vite-plugin-dts": "^3.7.3", "vitest": "^1.3.1" }, "peerDependencies": { "gsap": "^3.13.0", "@types/opentype.js": "^1.3.8", "opentype.js": "^1.3.4" }, "peerDependenciesMeta": { "gsap": { "optional": true }, "opentype.js": { "optional": true }, "@types/opentype.js": { "optional": true } }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }