bytemd/packages/plugin-medium-zoom
翟梦男 64db90d1b5
fix: scroll sync left ratio NaN (#151)
2022-02-24 15:37:24 +08:00
..
src fix: scroll sync left ratio NaN (#151) 2022-02-24 15:37:24 +08:00
CHANGELOG.md v1.11.0 2022-02-18 18:08:19 +08:00
README.md style: format md and js files 2021-07-08 21:02:16 +08:00
package.json v1.11.0 2022-02-18 18:08:19 +08:00

README.md

@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