Skip to content

DiogoCercilio/binary-2-text-2-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
    });
};

About

A Binary / Text / Binary Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published