1.0.0 • Published 3 years ago

embed-github-gist v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm.io

Embed GitHub Gist Tool for Editor.js

Provides Block tool for embedded content for the Editor.js. Tool uses Editor.js pasted patterns handling and inserts iframe with embedded content.

Install via NPM

Get the package

npm i --save-dev embed-github-gist

Include module at your application

const EmbedGithubGist = require('embed-github-gist');

Download to your project's source dir

  1. Upload folder dist from repository
  2. Add dist/bundle.js file to your page.
1.0.0

3 years ago