0.0.5 • Published 3 years ago

musex-oembed v0.0.5

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

Include module at your application

import OEmbed from "musex-oembed";

Usage

Add a new Tool to the tools property of the Editor.js initial config.

const editor = EditorJS({
  ...

  tools: {
    ...
    oembed: {
      class: OEmbed,
      config: {
        proxy: 'https://musex-cors.herokuapp.com/', // Your backend endpoint for url data fetching
      }
    }
  },

  ...
});
0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago