Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 594 Bytes

readme.md

File metadata and controls

34 lines (19 loc) · 594 Bytes

string-fingerprint

Creates a string fringerprint

CircleCI

Install

$ npm install string-fingerprint

Usage

const toFingerprint = require('./');

const str = 'áé';
const strFingerprint = toFingerprint(str);

console.log(strFingerprint);
/* ae */

Related

License

MIT © Dominik Lessel