Closed michalsrutek closed 2 years ago
Fixed 3 examples that can be found in README.md, so that users can just copy the code and run it, without the need to fix it first.
There were some breaking changes to the API, some properties have been renamed. I also added const where appropriate.
const
Hey thanks for fixing the examples 😄
Fixed 3 examples that can be found in README.md, so that users can just copy the code and run it, without the need to fix it first.
There were some breaking changes to the API, some properties have been renamed. I also added
const
where appropriate.