1.0.0 • Published 7 years ago
decimal-to-css-ascii v1.0.0
decimal-to-css-ascii
Tiny script to convert a decimal code to an ascii string...
This could be used for the value of the css property content
.
Install
npm install decimal-to-css-ascii
Usage
var codeToAscii = require('decimal-to-css-ascii');
console.log(codeToAscii(59392));
1.0.0
7 years ago