This package has been deprecated

Author message:

image uploading is now built-in with uploadImages prop

@bytemd/plugin-import-image
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

@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

/@bytemd/plugin-import-image/

    Package Sidebar

    Install

    npm i @bytemd/plugin-import-image

    Weekly Downloads

    23

    Version

    1.3.2

    License

    MIT

    Unpacked Size

    175 kB

    Total Files

    19

    Last publish

    Collaborators

    • pd4d10