wip: init image resize

This commit is contained in:
swve 2023-04-19 23:17:14 +02:00 committed by Badr B
parent 4e6470b6e1
commit c2896a8837
5 changed files with 509 additions and 13 deletions

View file

@ -14,6 +14,10 @@ export default Node.create({
blockObject: {
default: null,
},
size: {
width: 300,
height: 200,
},
};
},