UNPKG

@tobiasafischer/tiptap-extension-font-size

Version:

a fontsize implementation for tiptap which includes cursor size change

40 lines (39 loc) 1.01 kB
{ "name": "@tobiasafischer/tiptap-extension-font-size", "version": "1.0.6", "description": "a fontsize implementation for tiptap which includes cursor size change", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "src", "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/tobiasafischer/-tiptap-extension-font-size.git" }, "keywords": [ "tiptap", "extension", "fontsize" ], "author": "Tobias Fischer", "license": "MIT", "bugs": { "url": "https://github.com/tobiasafischer/-tiptap-extension-font-size/issues" }, "homepage": "https://github.com/tobiasafischer/-tiptap-extension-font-size#readme", "peerDependencies": { "@tiptap/core": "^2.0.0-beta.175", "@tiptap/extension-text-style": "^2.0.0-beta.23" }, "devDependencies": { "typescript": "^4.6.4", "@tiptap/core": "^2.0.0-beta.175", "@tiptap/extension-text-style": "^2.0.0-beta.23" } }