1.2.2 • Published 1 year ago

twinoid-goals v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Twinoid Goals

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

npm.io

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');
1.2.2

1 year ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago