1.0.9 • Published 7 years ago

the-2d v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago