@biggerpixel/sluggify
v1.0.1
Published
A small helper function to sluggify strings
Downloads
2
Readme
@biggerpixel/sluggify
Usage
npm i @biggerpixel/sluggify
const myString = 'This is a string with åäö and ! numbers 123 4';
const slug = sluggify(myString);
// result: 'this-is-a-string-with-aao-and-numbers-123-4'