@bevry/ansi
Fork of @thlorenz's ansicolors and ansistyles packages that converts them to typescript and makes them compatible with deno
Usage
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?
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:
- Copyright © 2020+ Benjamin Lupton
- Copyright © 2013 Thorsten Lorenz
and licensed under: