We're really glad you're reading this! We appreciate your contributions.
Please send a GitHub Pull Request to arch-inc/fabricjs-psbrush with a clear list of what you've done (read more about pull requests). Please follow our coding conventions (below) and make sure your pull request is atomic (one feature per PR).
lib
: library source code, built with rollup.js and published automatically to npmjs.com with GitHub Actions.docs
: Next.js-based example code, built and deployed automatically to gh-pages branch with GitHub Actions.
The following conventions are defined in .editorconfig.
- We use UTF-8 encoding
- We indent using two spaces (soft tabs)
We also use Prettier to format source code. The following command will apply Prettier to all of the TypeScript source code.
npm run prettify
Copyright (c) 2020-2022 Arch Inc. (Jun Kato, Kenta Hara)