colorjs.io
Version:
Color space agnostic color manipulation library
37 lines (25 loc) • 662 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Color Notebook</title>
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
@@include('_head.html')
</head>
<body class="language-js">
@@include('_header.html', {
"title": "Color Notebook"
})
<main mv-app="colorNotebook" mv-plugins="markdown gist" mv-format="markdown" mv-storage="https://gist.github.com">
<div property="content" mv-markdown-options="" mv-default='
## Title
```js
let color = new Color("red");
```'>
</div>
</main>
@@include('_footer.html')
<script src="https://get.mavo.io/mavo.js" ></script>
<script src="repl.js" type="module"></script>
</body>
</html>