invisible-attachment
Encode and attach any numeric value to a string by using invisible UTF8 characters.
Example
const attach extract = const attached = // -> this is an example⠀⠀ const decoded = // -> 1337
Usecase
Attaching additional metadata to strings in systems you don't control but want to build a beautiful client for :)
Imagine triggering client features by attaching invisible control commands to messages exchanged on a chat platform - while users without your client won't notice any difference in the exchanged messages.