GitHub - GrapesJS/components-typed: GrapesJS Typed component made by wrapping Typed.js library (original) (raw)
import grapesjs from 'grapesjs'; import plugin from 'grapesjs-typed'; import 'grapesjs/dist/css/grapes.min.css';
const editor = grapesjs.init({ container : '#gjs', // ... plugins: [plugin], pluginsOpts: { [plugin]: { /* options / } } // or plugins: [ editor => plugin(editor, { / options */ }), ], });