@uvdream/bytemd-plugin-upload-file
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

bytemd 上传文件插件

import { Editor } from "bytemd";
import UploadFile from "bytemd-plugin-uploadFile";

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

Readme

Keywords

none

Package Sidebar

Install

npm i @uvdream/bytemd-plugin-upload-file

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

118 kB

Total Files

14

Last publish

Collaborators

  • uvdream