You've already forked ImageReadr
mirror of
https://github.com/FullScreenShenanigans/ImageReadr.git
synced 2026-04-28 13:01:21 -07:00
e4e4b30a62
It all works now.
25 lines
572 B
HTML
25 lines
572 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> |