Socket
Socket
Sign inDemoInstall

@phaticusthiccy/image-to-text

Package Overview
Dependencies
142
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @phaticusthiccy/image-to-text

Convert images to rgba art!


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Image-to-Text

It converts images too rgba based text.

NPM PACKAGE 📦

npm i @phaticusthiccy/image-to-text

Example 🧪

var tti = require('@phaticusthiccy/image-to-text');

var options = {
  fit:    'box',
  width:  200,
  height: 100
}

tti('path/to/image.png', options, function (err, rgba) {
  if (err) throw err;

  console.log(rgba);
});

CLI 💻

Getting ready..

Keywords

FAQs

Last updated on 02 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc