From 2f959d5a81d7850cd2856f89274cfb31c2c2c29d Mon Sep 17 00:00:00 2001 From: peabnuts123 Date: Wed, 2 Jan 2019 13:53:09 +1300 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82275ff..15fd171 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file + - 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 \ No newline at end of file