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

1.0.1 • Public • Published

@ziuchen/bytemd-plugin-image-zoom

npm

ByteMD plugin to support image zoom

Usage

import { Editor } from 'bytemd'
import imageZoom from '@ziuchen/bytemd-plugin-image-zoom'

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @ziuchen/bytemd-plugin-image-zoom

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

8.2 kB

Total Files

10

Last publish

Collaborators

  • ziuchen