Eslump is a lightweight and dependency-free JavaScript library for slugifying strings. It converts any given text input into a URL-friendly slug, replacing spaces and special characters with hyphens. Eslump is highly configurable, allowing control over character replacement and removal. It's ideal for generating clean URLs, filenames, or other identifiers. Its small size makes it a great choice for front-end and back-end projects where minimizing bundle size is important.