1.0.3 • Published 1 year ago

smallcaps-js v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

smallcaps.js

A smallcaps package that converts any string to smallcaps.

Usage

// Our Code
const { smallcaps, smallcapsWithNumbers } = require("smallcaps-js");

const text1 = "Assembly #1"
const text2 = "Assembly #2"

console.log(smallcaps(text1))
console.log(smallcapsWithNumbers(text2))

// Output should be: 
// ᴀꜱꜱᴇᴍʙʟʏ #1
// ᴀꜱꜱᴇᴍʙʟʏ #₂

License

ISC

E-mail

bures.jiri@zak.zs1maje.cz

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago