grapesjs
Installation
SKILL.md
GrapesJS Skill
Quick Start
Initialize the editor:
import 'grapesjs/dist/css/grapes.min.css';
import grapesjs from 'grapesjs';
const editor = grapesjs.init({
container: '#gjs',
fromElement: true,
storageManager: false,
plugins: [],
});