dimitrov-adrian / directus-extension-editorjs-interface

Block editor (Editor.js) interface for Directus 9
https://www.npmjs.com/package/directus-extension-editorjs
GNU General Public License v3.0
180 stars 42 forks source link

Add Height and Width attribute on result #21

Closed nkCreation closed 2 years ago

nkCreation commented 2 years ago

Hello :)

Thank you for your work on this interface, it's almost perfect.

Do you think it's possible to add the image's dimension (width and height) alongside the file size in the response object ? I think it's here but I don't know the content of file object. I'll give it a try today.

https://github.com/dimitrov-adrian/directus-extension-editorjs-interface/blob/8c225954f55ec86146f48d29f117bc288ce78ef3/src/custom-plugins/editorjs-uploader.js#L50-L56

Thank you !

dimitrov-adrian commented 2 years ago

Looks useful, thank you @nkCreation!

dimitrov-adrian commented 2 years ago

It's on 1.1.0 already.