README
SRM2HEX
Converts an SRM value to hex.
install
npm install srm2hex
use
var srm2hex = require('srm2hex');
srm2hex(20.5); // -> #562e11
license
MIT
Convert SRM colours to their hex value equivalents.
<script type="module">
import srm2hex from 'https://cdn.skypack.dev/srm2hex';
</script>
Converts an SRM value to hex.
npm install srm2hex
var srm2hex = require('srm2hex');
srm2hex(20.5); // -> #562e11
MIT