srm2hex

Convert SRM colours to their hex value equivalents.

Usage no npm install needed!

<script type="module">
  import srm2hex from 'https://cdn.skypack.dev/srm2hex';
</script>

README

SRM2HEX

Converts an SRM value to hex.

install

npm install srm2hex 

use

var srm2hex = require('srm2hex');
srm2hex(20.5); // -> #562e11

license

MIT