mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
import ImageView from "./ImageView";
|
|
|
|
const views = {
|
|
image: (node, view, getPos) => new ImageView(node, view, getPos),
|
|
};
|
|
|
|
export default views; |