mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-27 16:41:53 +03: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; |