@bevry/ansi
TypeScript icon, indicating that this package has built-in type declarations

1.1.0-next.1595376422.0b6bb5dc35d8c6821870cc22ed4bb467257d87fc • Public • Published

@bevry/ansi

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Fork of @thlorenz's ansicolors and ansistyles packages that converts them to typescript and makes them compatible with deno

Usage

Complete API Documentation.

Install

npm

  • Install: npm install --save @bevry/ansi
  • Import: import * as pkg from ('@bevry/ansi')
  • Require: const pkg = require('@bevry/ansi')

Deno

import * as pkg from 'https://unpkg.com/@bevry/ansi@^1.1.0/edition-deno/index.ts'

pika

<script type="module">
    import * as pkg from '//cdn.pika.dev/@bevry/ansi/^1.1.0'
</script>

unpkg

<script type="module">
    import * as pkg from '//unpkg.com/@bevry/ansi@^1.1.0'
</script>

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/@bevry/ansi@1.1.0'
</script>

Editions

This package is published with the following editions:

  • @bevry/ansi/source/index.ts is TypeScript source code with Import for modules
  • @bevry/ansi/edition-browsers/index.js is TypeScript compiled against ES2019 for web browsers with Import for modules
  • @bevry/ansi aliases @bevry/ansi/edition-esnext/index.js
  • @bevry/ansi/edition-esnext/index.js is TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modules
  • @bevry/ansi/edition-node-esm/index.js is TypeScript compiled against ESNext for Node.js with Import for modules
  • @bevry/ansi/edition-deno/index.ts is TypeScript source code made to be compatible with Deno

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Package Sidebar

Install

npm i @bevry/ansi@1.1.0-next.1595376422.0b6bb5dc35d8c6821870cc22ed4bb467257d87fc

Version

1.1.0-next.1595376422.0b6bb5dc35d8c6821870cc22ed4bb467257d87fc

License

MIT

Unpacked Size

51.5 kB

Total Files

21

Last publish

Collaborators

  • bevryme