mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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; |