JSPM

unicode-text-styler

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q55751F
  • License MIT

Format Unicode text with bold, italic, circled, exotic styles β€” perfect for LinkedIn, Instagram, Push Notifications, and social posts.

Package Exports

  • unicode-text-styler
  • unicode-text-styler/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (unicode-text-styler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Unicode Text Styler

Convert plain text into fancy Unicode variants like 𝗯𝗼𝗹𝗱, 𝓼𝓬𝓻𝓲𝓹𝓽, πŸ…’πŸ…˜πŸ…‘πŸ…’πŸ…›πŸ…”, ᴍΙͺʀʀᴏʀᴇᴅ, and more!

Perfect for:

  • LinkedIn posts
  • Instagram captions
  • Mobile app push notifications
  • Stylish blog headers

Installation

npm install unicode-text-styler

Usage

const { toUnicodeVariant } = require('unicode-text-styler');

console.log(toUnicodeVariant("Text Editor", "bold italic"));
console.log(toUnicodeVariant("Stylish", "circled negative"));
console.log(toUnicodeVariant("Push", "mirrored", "underline"));

Variants Supported

  • bold, italic, bold italic, monospace, sans, script
  • circled, circled negative, parenthesis, squared, squared negative
  • Exotic: greek, mirrored, upside, glitch, wiggly, anchor, faux

License

MIT