spacious-text
v1.0.0
Published
A module and CLI app for making spaced out text
Readme
Spacious Text
A module and CLI app for making spaced out text
Install
npm install spacious-textUsage
CLI:
space-text <Your Text> # < Y o u r T e x t >As a module:
const spaceText = require('spacious-text');
spaceText('<Your Text>'); // < Y o u r T e x t >