Giter Site home page Giter Site logo

istextorbinary's Introduction

Is Text or Binary?

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

Determines if a buffer is comprised of text or binary

Install

NPM

  • Install: npm install --save istextorbinary
  • Module: require('istextorbinary')

Browserify

  • Install: npm install --save istextorbinary
  • Module: require('istextorbinary')
  • CDN URL: //wzrd.in/bundle/[email protected]

Ender

  • Install: ender add istextorbinary
  • Module: require('istextorbinary')

This package is published with the following editions:

  • istextorbinary aliases istextorbinary/index.js which uses Editions to automatically select the correct edition for the consumers environment
  • istextorbinary/source/index.js is esnext source code with require for modules
  • istextorbinary/edition-browsers/index.js is esnext compiled for browsers with require for modules
  • istextorbinary/edition-node-0.12/index.js is esnext compiled for node.js >=0.12 with require for modules

Usage

// Synchronous API
var result = require('istextorbinary').isTextSync(filename, buffer)

// Asynchronous API
require('istextorbinary').isText(filename, buffer, function(err, result){
  // ...
})

// You can supply text or buffer, or both text and buffer, the more provided, the more accurate the result

API Documentation.

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?

Patreon donate button Flattr donate button Liberapay donate button Thanks App donate button Boost Lab 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:

istextorbinary's People

Contributors

albinodrought avatar balupton avatar shinnn avatar sibnerian avatar yesmeck avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.