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