mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-24 07:42:07 +03:00
Added image resizing via drag handles
This commit is contained in:
7
resources/js/editor/node-views/index.js
Normal file
7
resources/js/editor/node-views/index.js
Normal file
@ -0,0 +1,7 @@
|
||||
import ImageView from "./ImageView";
|
||||
|
||||
const views = {
|
||||
image: (node, view, getPos) => new ImageView(node, view, getPos),
|
||||
};
|
||||
|
||||
export default views;
|
Reference in New Issue
Block a user