New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rttexconverter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rttexconverter

A RTTEX Converter in Node JS

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

RTTEXConverter

RTTEX Converter in JS

Requirement

  • Sharp
  • Node JS V14 or upper

Install

you can type npm install rttexconverter on the command prompt/linux terminal

Example

(async function() {
    const test = require("rttexconverter")
    const fs = require("fs")
    
    fs.writeFileSync("name.rttex", await test.RTTEXPack("name.png"))
    fs.writeFileSync("name.png", await test.RTTEXUnpack("name.rttex"))
})()

Credit

  • https://github.com/ZTzTopia/RTTEXConverterJS
  • https://github.com/SethRobinson/proton/

FAQs

Package last updated on 09 Feb 2023

Did you know?

Socket

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