UNPKG

@plait/angular-text

Version:

Text processing implementation, supports commonly used rich text formats, such as font size, color, bold, italics, etc.

42 lines 889 B
{ "name": "@plait/angular-text", "version": "0.92.1", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", "slate-angular": "^20.0.0", "slate": "^0.117.2", "slate-dom": "^0.116.0", "slate-history": "^0.115.0" }, "dependencies": { "tslib": "^2.3.0" }, "exports": { "./styles/styles": { "sass": "./styles/styles.scss" }, "./styles/*": { "sass": "./styles/*" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/plait-angular-text.mjs" } }, "license": "MIT", "repository": "https://github.com/worktile/plait", "keywords": [ "text", "angular", "slate", "whiteboard", "plait" ], "module": "fesm2022/plait-angular-text.mjs", "typings": "index.d.ts", "sideEffects": false }