From ccf599b5a58aa20461f3cfd1afa4c68c5c1952ad Mon Sep 17 00:00:00 2001 From: Colin Claverie Date: Thu, 12 Nov 2020 13:51:32 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a532c3fa8..2eaa5b4ea 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ Looking for maintainers If you are interested in becoming a maintainer of mxGraph please comment on issue #1 https://github.com/jsGraph/mxgraph/issues/1 +Initial objectives: + +* The first priority is to maintain a working version of mxGraph and its **npm package** +* The ambitious stretch goal is to refactor the codebase to create a modern modular, tree shakable, version of mxGraph to reduce the whole package size. + +-- Colin Claverie + Original Readme below ====