decimal-to-css-ascii
v1.0.0
Published
Tiny script to convert a decimal code to an ascii string... This could be used for the value of the css property "content".
Downloads
2
Maintainers
Readme
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));