@plait/angular-text
Version:
Text processing implementation, supports commonly used rich text formats, such as font size, color, bold, italics, etc.
42 lines • 896 B
JSON
{
"name": "@plait/angular-text",
"version": "0.82.0",
"peerDependencies": {
"@angular/common": "^19.2.2",
"@angular/core": "^19.2.2",
"slate-angular": "^19.1.0-next.3",
"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
}