Enable upload of file onto canvas

This commit is contained in:
2019-06-17 21:29:28 +02:00
parent 1844315490
commit 30e6e944d2
2 changed files with 13 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<canvas id="drawImage"></canvas>
<label> Color: <input type="color" id="drawColor" /></label>
<input type="file" id="fileInput"/>
</body>
</html>