Skip to content

Commit

Permalink
Add notes about compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Dec 17, 2017
1 parent aa500d5 commit 863db67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@
A 3D math library for Wowser.

Licensed under the **MIT** license, see LICENSE for more information.

## Compatibility

Wowser Math should work with any browser that has native support for:

* ES2015 Classes
* Generators
* `const` and `let` scoping
* Typed Arrays

Currently, the browser support targets are the latest 2 major versions of Chrome, Firefox, Safari,
and Edge.

Additionally, Node 8.7+ is supported.

0 comments on commit 863db67

Please sign in to comment.