is-rgb-color
Version:
Loosely check whether a string is an RGB(A) color string.
13 lines • 307 B
HTML
<html>
<head>
<link rel="stylesheet" href="mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="mocha.js"></script>
<script>mocha.setup({ ui: 'bdd' });</script>
<script src="../build/build.js"></script>
<script src="tests.js"></script>
<script>mocha.run();</script>
</body>
</html>