bytemd 上传文件插件
import { Editor } from "bytemd";
import UploadFile from "bytemd-plugin-uploadFile";
new Editor({
target: document.body,
props: {
plugins: [
UploadFile(),
// ... other plugins
],
},
});
import { Editor } from "bytemd";
import UploadFile from "bytemd-plugin-uploadFile";
new Editor({
target: document.body,
props: {
plugins: [
UploadFile(),
// ... other plugins
],
},
});
npm i @uvdream/bytemd-plugin-upload-file
0
0.1.1
MIT
118 kB
14