In the README.md file, there are some inconsistencies resolving object syntax. Example: `brushArc({ fillStyle = 'black', size = 10 })` It should be: `brushArc({ fillStyle: 'black', size: 10 })`