Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 1.78 KB

fabricjs-psbrush

build npm version

How to contribute

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).

Directory structure

Coding conventions

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)