@bytemd/plugin-import-imagedeprecated

ByteMD plugin to import image by pasting or dropping

Usage no npm install needed!

<script type="module">
  import bytemdPluginImportImage from 'https://cdn.skypack.dev/@bytemd/plugin-import-image';
</script>

README

@bytemd/plugin-import-image

npm

ByteMD plugin to import image by pasting or dropping

Usage

import { Editor } from 'bytemd';
import importImage from '@bytemd/plugin-import-image';

new Editor({
  target: document.body,
  props: {
    plugins: [
      importImage(),
      // ... other plugins
    ],
  },
});

License

MIT