JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q52326F
  • License MIT

A node module for finding Team Fortress 2 unusual effects and retrieving their images from Backpack.tf

Package Exports

  • unusual-effects

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (unusual-effects) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-unusual-effects

A node module for finding Team Fortress 2 Unusual effects and retrieving their images from Backpack.tf

npm version npm downloads dependencies license paypal

Installation

Install it using npm:

npm install unusual-effects

Testing

npm test

Basic usage

npm run find

Examples

There are some examples available in the examples directory.

  • Setting up a basic project.
  • Find Unusual Effects using effect names and ids.
  • Get Particle Images for Unusual Effects.
  • Get Unusual Effects from EconItem objects.

Documentation

See the Wiki for further documentation.