image-wife
Version:
A library for compile-time and runtime procedural modification of photographic images.
22 lines (21 loc) • 437 B
HTML
<html>
<head>
<style>
.wives {
display: flex;
flex-wrap: wrap;
}
.imageWife {
flex: 3 1 30%;
}
</style>
</head>
<body>
<div id="root"></div>
<!-- Script must be below #root. -->
<script src="./index.js"></script>
<script>init()</script>
<noscript>Tough luck, cheese! You need the scripts.</noscript>
</body>
</html>