mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
9 lines
440 B
Handlebars
9 lines
440 B
Handlebars
<div id="data-holders">
|
|
<a id="save-image-link-holder" href="#">dl</a>
|
|
<a id="save-project-link-holder" href="#">dl</a>
|
|
<input id="open-image-browse-holder" type="file" accept="image/png, image/gif, .lpe" />
|
|
<input id="load-palette-browse-holder" type="file" accept="image/png, image/gif, .gpl, .hex" />
|
|
<input id="import-image-browse-holder" type="file" accept="image/png" />
|
|
<canvas id="load-palette-canvas-holder"></canvas>
|
|
</div>
|