Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
peabnuts123 committed Jan 2, 2019
1 parent 1f9a705 commit 2f959d5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
This is a fork that ports the code to TypeScript and modernises things a bit. This library can be used with both Node.js and web projects.

## Backlog
- Make less constructor stuff optional
- Go through and format code
- Explicit return types on functions
- Reconcile public/private members against libnoise source
- Re-enable strict type checking
Expand All @@ -20,4 +18,8 @@ This is a fork that ports the code to TypeScript and modernises things a bit. Th

- Probably remove dependency on src/types folder
- Test base classes?
- Consider re-adding javascript-esque validation for npm consumption
- Consider re-adding javascript-esque validation for npm consumption
- @TODO
- Write a main module lol
- Add types for array-based structures
- Real enums for enum types

0 comments on commit 2f959d5

Please sign in to comment.