mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -140,14 +140,6 @@ const stage = new Konva.Stage({
|
||||
// then all regular Konva code will work
|
||||
```
|
||||
|
||||
### CommonJS modules
|
||||
|
||||
By default `Konva` is delivered as ES modules. Some environments may automatically take CommonJS version of `Konva`. If it doesn't work for you, try to use `cmj` version explicitly:
|
||||
|
||||
```js
|
||||
const Konva = require('konva/cmj').default;
|
||||
```
|
||||
|
||||
# Backers
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user