From 68e55ae449aa40b3868cd7e37784fe137388a4bf Mon Sep 17 00:00:00 2001 From: David Benson Date: Sun, 7 Jun 2020 09:01:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4dd3dfe21..36db62201 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ If you want to build something like draw.io, [GraphEditor](https://jgraph.github The npm build is [here](https://www.npmjs.com/package/mxgraph) +We don't support Typescript, but there is a [project to implement this](https://github.com/process-analytics/mxgraph-road-to-DefinitelyTyped), with [this repo](https://github.com/hungtcs/mxgraph-type-definitions) currently used as the lead repo. + mxGraph supports IE 11, Chrome 43+, Firefox 45+, Safari 10 and later, Opera 30+, Native Android browser 5.1.x+, the default browser in the current and previous major iOS versions (e.g. 13.x and 12.x) and Edge 31+. The mxGraph library uses no third-party software, it requires no plugins and can be integrated in virtually any framework (it's vanilla JS).