shortme

Create a short slug version from your text input. This could be useful for your filenames or creative slugs.

Usage no npm install needed!

<script type="module">
  import shortme from 'https://cdn.skypack.dev/shortme';
</script>

README

shortme

Create a short slug version from your text input. This could be useful for your filenames or creative slugs.

Installation

  • Run npm install shortme --save

Usage

const shortme = require("shortme");
shortme("Your Text Input", options) // Return "yti"

options Type: Object

delimiterChar Type: String, Default: "_"

Define delimiter char sign

maxCharLength Type: Number, Default: 16

Define max length from returning output String

Demo

Live demo available on http://projects.bminusg.de/shortme/