@diogocercilio/binary-2-text-2-binary

1.0.6 • Public • Published

binary-2-text-2-binary

A Binary / Text / Binary Converter

Get on NPM:

https://www.npmjs.com/package/@diogocercilio/binary-2-text-2-binary

See in action:

http://diogocercilio.github.io/binary-converter/index.html

How to use:

import Conversor from 'Conversor';

window.onload = function() {
    new Conversor({
        inputBin: '#input-bin', // ID for the binary input element (could be class, or any ID used for querySelector)
        inputText: '#input-digit', // ID for the binary input element (could be class, or any ID used for querySelector)
        copyButton: '.copy' // Classname for copy to clipboard button (Optional)
    });
};

Package Sidebar

Install

npm i @diogocercilio/binary-2-text-2-binary

Weekly Downloads

8

Version

1.0.6

License

ISC

Unpacked Size

22.4 kB

Total Files

9

Last publish

Collaborators

  • diogocercilio