UNPKG

@itrocks/contenteditable

Version:

Respectful contenteditable: avoids <div>, respects white-space: pre* styles line breaks

47 lines (46 loc) 863 B
{ "author": { "name": "Baptiste Pillot", "email": "baptiste@pillot.fr" }, "description": "Respectful contenteditable: avoids <div>, respects white-space: pre* styles line breaks", "devDependencies": { "@types/node": "^22.9", "typescript": "~5.8" }, "files": [ "LICENSE", "README.md", "*.d.ts", "*.js" ], "homepage": "https://it.rocks", "keywords": [ "carriage return", "contenteditable", "fix", "fixed", "front-end", "it.rocks", "line feed", "line break", "pre", "raw", "style", "text", "white-space" ], "license": "ISC", "module": "./contenteditable.js", "name": "@itrocks/contenteditable", "repository": { "type": "git", "url": "git+https://github.com/itrocks-ts/contenteditable.git" }, "scripts": { "build": "tsc" }, "type": "module", "types": "./contenteditable.d.ts", "version": "0.0.19" }