0.1.0 • Published 4 years ago

@bytemd/plugin-math-lazy v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@bytemd/plugin-math-lazy

npm

ByteMD plugin to lazy render math equation

Usage

import { Editor } from 'bytemd';
import mathLazy from '@bytemd/plugin-math-lazy';

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

License

MIT

0.1.0

4 years ago