Open stefanocudini opened 5 years ago
Something less complex would be probably better. Ideally something that can be used on a mobile screen to quickly annotate images taken with a camera.
Or alternatively something more in line with annotating data: https://github.com/recogito/annotorious
https://github.com/kasperkamperman/MobileCameraTemplate Would be probably useful for quickly taking photos
Something less complex would be probably better. Ideally something that can be used on a mobile screen to quickly annotate images taken with a camera.
KeplerJs it can already be used directly on mobile for places editing:
https://github.com/kasperkamperman/MobileCameraTemplate Would be probably useful for quickly taking photos
if I understand correctly this only deals with uploading image(no file but canvas raw data..)
in KeplerJs the photos plugin here:
https://github.com/Keplerjs/Kepler/tree/master/packages/photos
it use the upload plugin to do this:
https://github.com/Keplerjs/Kepler/blob/master/packages/photos/client/views/panels.html#L16
inputFile_upload
is part of upload plugin:
https://github.com/Keplerjs/Kepler/tree/master/packages/upload
it is still an interesting way to upload data
@poVoq that you know you can get a compression of the image on the browser, this would be the current limit of the upload plugin
https://github.com/nhnent/tui.image-editor