1.3.2 • Published 3 years ago

@bytemd/plugin-import-image v1.3.2

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

@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

1.3.2

3 years ago

1.3.0

3 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago