/node_modules

A set of nodejs utility applications I wrote for various things. The repo name is node_modules so that it can be cloned into your home directory and be accessible from require

Primary LanguageJavaScript

Node.js Utility Modules

=======================

  • XOR.js => a node.js module for XORing strings together for use with simple encryption/decryption.

  • servjs => needs to be in your PATH. Opens up a simple file server in the current directory accessible from http://localhost:1337

  • scalePNG => scales up a PNG to be a specific size without interpolating and causing bluriness. Designed for creating pixel art


Libraries

=======================

  • pngjs => used by scalePNG