You've already forked ImageReadr
mirror of
https://github.com/FullScreenShenanigans/ImageReadr.git
synced 2026-04-28 13:01:21 -07:00
24 lines
571 B
HTML
24 lines
571 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>ImageReadr</title>
|
|
<link href="index.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<section id="palettes"></section>
|
|
|
|
<section id="input">
|
|
<aside>Drag or upload images here to be rendered.</aside>
|
|
</section>
|
|
|
|
<section id="output">
|
|
<aside>Your renders will go here when done...</aside>
|
|
</section>
|
|
|
|
<script src="References/PixelRendr-0.2.0.js"></script>
|
|
<script src="ImageReadr.js"></script>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |