Skip to content

Latest commit

 

History

History
 
 

plugin-medium-zoom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@bytemd/plugin-medium-zoom

npm

ByteMD plugin to zoom images like Medium

Usage

import { Editor } from 'bytemd'
import mediumZoom from '@bytemd/plugin-medium-zoom'

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

License

MIT