aditorx
Version:
Aditor is a fast, flexible, and fully customizable rich text editor for modern web applications. It provides a smooth writing experience with built-in formatting tools, keyboard shortcuts, and an intuitive UI. Perfect for developers who need a lightweight
75 lines (74 loc) • 1.85 kB
JSON
{
"name": "aditorx",
"version": "1.5.0",
"description": "Aditor is a fast, flexible, and fully customizable rich text editor for modern web applications. It provides a smooth writing experience with built-in formatting tools, keyboard shortcuts, and an intuitive UI. Perfect for developers who need a lightweight but powerful editor.",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"exports": {
"import": "./index.js",
"require": "./index.js",
"style": "./aditorx.css"
},
"files": [
"index.js",
"aditorx.css",
"index.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imranafis/AditorX.git"
},
"keywords": [
"aditor",
"aditorx",
"minimal editor",
"minimalist",
"minimalist editor",
"rich-text-editor",
"rich text editor",
"text-editor",
"text editor",
"editor",
"wysiwyg",
"html-editor",
"html editor",
"markdown-editor",
"markdown editor",
"content-editor",
"content editor",
"react-editor",
"reacteditor",
"vue-editor",
"vue editor",
"javascript-editor",
"javascript editor",
"lightweight-editor",
"lightweight editor",
"customizable-editor",
"customizable editor",
"web-editor",
"web editor",
"editor-component",
"editor component",
"text-formatting",
"text formatting",
"inline-editor",
"inline editor",
"document-editor",
"document editor",
"open-source-editor",
"open source editor",
"productivity-tool",
"productivity tool"
],
"author": "Imran Nafis",
"license": "MIT",
"bugs": {
"url": "https://github.com/imranafis/AditorX/issues"
},
"homepage": "https://github.com/imranafis/AditorX#readme"
}