imagenarium
Version:
Use to optimize, handler formats and crop images
15 lines (14 loc) • 409 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tagged example</title>
</head>
<body>
<script src="https://unpkg.com/imagenarium@0.0.6/dist/index.js"></script>
<script src="../data.js"></script>
<script src="./index.js"></script>
</body>
</html>