1.0.9 • Published 6 years ago

the-2d v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-2d

Build Status npm Version JS Standard

2D Graphic utilities

Installation

$ npm install the-2d --save

Usage

'use strict'

const { Rect } = require('the2d/structs')

async function tryExample () {
  const rect = new Rect(0, 0, 100, 200)
  console.log(rect.contains(10, 20)) // -> true
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago