1.0.3 • Published 2 years ago

smallcaps-js v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago