1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-03 00:13:58 +09:00
Commit Graph

1 Commits

Author SHA1 Message Date
Yamagishi Kazutoshi
0758b00bfd Refactor resizeImage method ()
- Use URL.createObjectURL (replace from FileReader)
- Use HTMLCanvasElement.prototype.toBlob
  (replace from HTMLCanvasElement.prototype.toDataURL)
- Use Promise (replace callback interface)
2018-04-23 09:15:51 +02:00