├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── CHANGELOG.md ├── LICENSE ├── README.md ├── VERSION └── camelot_wheel_xxx.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | v2.0.1 -------------------------------------------------------------------------------- /camelot_wheel_xxx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regorxxx/Camelot-Wheel-Notation/HEAD/camelot_wheel_xxx.js --------------------------------------------------------------------------------