UNPKG

editium

Version:

A powerful and feature-rich React rich text editor component built with Slate.js, featuring comprehensive formatting options, tables, images, find & replace, and more

31 lines (30 loc) 623 B
{ "name": "editium-vanilla", "version": "1.0.1", "description": "Editium - Vanilla JavaScript Rich Text Editor (part of editium package)", "private": true, "main": "editium.bundle.js", "files": [ "editium.js", "editium.css", "editium.bundle.js", "build-bundle.js", "example/", "README.md" ], "scripts": { "build": "node build-bundle.js" }, "keywords": [ "editor", "rich-text", "wysiwyg", "vanilla-js", "contenteditable", "text-editor", "html-editor", "javascript" ], "author": "Nabarup", "license": "MIT" }