1.0.0 • Published 1 year ago

jees-ansi-strip v1.0.0

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

ANSI Strip ✨

Strip ANSI escape codes from a string !

  • Install

    npm i jees-ansi-strip                         #  📥 install
    import strip from 'jees-ansi-strip';          // 📦 import
  • Syntax

    const result = strip(text);                   /* ✨ have fun ✨  */
  • Example

    strip('\u001B[31mPlain !\u001B[0m');
    // => Plain !

Documents


This package is part of the jees framework.


Made with ❤ by Maysara Elshewehy

1.0.0

1 year ago