npm.io
1.2.2 • Published 2 years ago

twinoid-goals

Licence
MIT
Version
1.2.2
Deps
0
Size
1.0 MB
Vulns
0
Weekly
0
Stars
1

Twinoid Goals

A simple, straight-forward package containing everything you need to handle Twinoid goals.

Installation

npm i twinoid-goals

Usage

import { alphabounce } from 'twinoid-goals';

const unlockedGoals = alphabounce.getUnlocked('planets', 6);

More examples

Get all goals for a specific game
import { alphabounce } from 'twinoid-goals';

const { goals } = alphabounce;
Get all unlockable goals for an ID
import { alphabounce } from 'twinoid-goals';

const planets = alphabounce.get('planets');

Keywords