Skip to content

Commit

Permalink
Add Node Support Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aidant committed Apr 15, 2021
1 parent 43677c0 commit 094da68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -41,6 +41,16 @@ const Bezier = require("bezier-js");
const b = new Bezier(...);
```

### Node support matrix

| Node Version | Require Supported | Import Supported |
| ------------ | ----------------- | ----------------------------------- |
| v12.0.0 | Yes | Yes <sup>Experimental Flag</sup> |
| v12.14.1 | Yes | No <sup>Experimental Flag</sup> |
| v12.17.0 | Yes | Yes <sup>Experimental Warning</sup> |
| v12.22.1 | Yes | Yes |
| v14.0.0 | Yes | Yes |
| v14.16.1 | Yes | Yes |

## In Node or the browser, from file

Expand Down

0 comments on commit 094da68

Please sign in to comment.