GrapesJS Plugin to add and edit Iframes
npm install grapesjs-plugin-iframe``html
`
Clone the repository
`sh`
$ git clone https://github.com/omarmd1986/grapesjs-plugin-iframe.git
$ cd grapesjs-plugin-iframe
Install dependencies
`sh`
$ npm i
The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
`sh`
$ npm i grapesjs --no-save
Start the dev server
`sh``
$ npm start
BSD 3-Clause