frame-text

1.0.1 • Public • Published

frame-text

█▀▀▀▀▀▀▀█
█ Hello █
█▄▄▄▄▄▄▄█

This project frames the text to give it emphasis.

Install

npm install -g frame-text

Usage

frame-text "JavaScript"
█▀▀▀▀▀▀▀▀▀▀▀▀█
█ Javascript █
█▄▄▄▄▄▄▄▄▄▄▄▄█

Usage as a module

frame-text can be used as any other npm dependency

let frametext = require('frame-text');

const text = 'Hello';

console.log(frametext.frameText(text));
█▀▀▀▀▀▀▀█
█ Hello █
█▄▄▄▄▄▄▄█

Package Sidebar

Install

npm i frame-text

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.6 kB

Total Files

4

Last publish

Collaborators

  • geoannycode