illegal-symbols
v1.0.0
Published
Generates illegal symbols that is either illegal or legal.
Downloads
3
Maintainers
Readme
illegal-symbols generates cool symbols or either illegal.
Get started by installing the module:
npm install illegal-symbols
Here is the code:
const symbol = require('illegal-symbols');
console.log('Symbol i wanted: ' + symbol.getSymbol({ id: 5 }));
console.log('I also wanted randomized: ' + symbol.randomSymbol);
UPDATE: We will change this message when we update this module.