TDrake38 / tool-swappin

MIT License
1 stars 3 forks source link

Get base64 images from #105

Closed ecumene closed 2 years ago

ecumene commented 2 years ago
  1. Get the File - https://react-dropzone-uploader.js.org/docs/api#filewithmeta-objects
  2. Convert the file to a string - https://stackoverflow.com/questions/36280818/how-to-convert-file-to-base64-in-javascript
ecumene commented 2 years ago

Just print out the string!