@atxm/encodings

List of supported Atom text encodings

Usage no npm install needed!

<script type="module">
  import atxmEncodings from 'https://cdn.skypack.dev/@atxm/encodings';
</script>

README

@atxm/encodings

npm npm CircleCI David

List of supported Atom text encodings

Installation

npm install @atxm/encodings -S

Usage

Examples:

// JavaScript
import { encodings } from '@atxm/encodings';

console.log('List of supported encodings', encodings);
# CoffeeScript
const { encodings } = require "@atxm/encodings"

console.log "List of supported encodings", encodings

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0