mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
8 lines
427 B
Handlebars
8 lines
427 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" />
|
|
<input id="import-image-browse-holder" type="file" accept="image/png" />
|
|
<canvas id="load-palette-canvas-holder"></canvas>
|
|
</div> |