1.0.0 • Published 1 year ago
jees-ansi-codes v1.0.0
ANSI Escape Sequenses 📋
Provides a list of most common ANSI escape sequenses (codes
) used in most of our daily projects. ✨
Install
npm i jees-ansi-codes # 📥 install
import codes from 'jees-ansi-codes'; // 📦 import
Syntax
const code = codes.<group>.<name> /* ✨ have fun ✨ */
Example
CODE
console.log(codes.fg.red + 'This is RED text !' + codes.attr.reset);
RESULT
Documents
API
This package is part of the
jees
framework.
Made with ❤ by Maysara Elshewehy
1.0.0
1 year ago