fingerslug
v1.0.1
Published
Fingerslug is a tool to generate a slugged and fingerprinted filename based on an input.
Downloads
3
Readme
Fingerslug
Fingerslug is a simple utility that takes in a file name and outputs a slugged and fingerprinted version of the name.
Usage
const fingerSlug = require("fingerslug");
fingerSlug("Hello World.docx"); // Gives back Hello-World-e177bc5a5fda481f96404a44001d3ec2.docx