UNPKG

colorjs.io

Version:

Color space agnostic color manipulation library

39 lines (31 loc) 1.25 kB
<!DOCTYPE html> <html lang="en" class="index"> <head> <meta charset="UTF-8"> <title>Color.js Tests</title> <link rel="stylesheet" href="https://get.mavo.io/mavo.css" /> <link rel="stylesheet" href="https://test.mavo.io/style.css" /> </head> <body mv-app="tests" mv-source="https://api.github.com/repos/leaverou/color.js/contents/tests" mv-mode="read"> <section> <div class="mv-bar mv-ui mv-compact mv-tiny"></div> <h1>Color.js Tests</h1> <section> <ul> <li property="file" mv-multiple hidden="[name = 'index.html' or to(name, '.html') = '']" class="[if(name = selected, 'selected')]"> <input type="checkbox" property="toRun" checked="[name != 'index.html']"> <meta property="id" content="[to(name, '.html')]"> <a target="test" property="name" mv-action="set(selected, name)">[id]</a> <a href="[name]" class="new-tab" title="Open in new Tab" target="_blank">↗️</a> </li> </ul> <button mv-action="Test.runSelected(condense(name where toRun))">Run selected</button> </section> </section> <div id="iframes"></div> <iframe name="test" src="[first(name)]"></iframe> <meta property="selected" /> <script src="https://get.mavo.io/mavo.js"></script> <script src="https://test.mavo.io/test.js"></script> </body> </html>