https://github.com/kanocomputing/kano-code
π©βπ»π¨βπ»Kano Code
https://github.com/kanocomputing/kano-code
kits-platform
Last synced: 8 months ago
JSON representation
π©βπ»π¨βπ»Kano Code
- Host: GitHub
- URL: https://github.com/kanocomputing/kano-code
- Owner: KanoComputing
- License: gpl-2.0
- Created: 2016-03-02T11:56:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:14:42.000Z (over 3 years ago)
- Last Synced: 2024-12-06T21:08:18.465Z (over 1 year ago)
- Topics: kits-platform
- Language: TypeScript
- Homepage: https://world.kano.me
- Size: 136 MB
- Stars: 16
- Watchers: 20
- Forks: 5
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kano Code
## The Repository
This repository `kano-code` is where we (Kano) develop Kano Code, our user friendly creative coding editor. This source code is available for everyone under the standard GPLv2 license.
## Kano Code

Kano Code is part of [Kano World](https://world.kano.me) and our [apps](https://kano.me/app)
## Contributing
There are many ways in which you can participate in the project, for example:
- [Submit bugs and feature requests](https://github.com/KanoComputing/kano-code/issues), and help us verify as they are checked in
- Review [source code changes](https://github.com/KanoComputing/kano-code/pulls)
- Review the [guides](https://github.com/KanoComputing/kano-code/tree/master/guides) and make pull requests for anything from typos to new content
If you are interested in fixing issues and contributing directly to the code base, please see the document [How to Setup](./SETUP.md)
## Usage
```js
import { Editor } from '@kano/code/index.js';
const editor = new Editor({ sourceType: 'blockly' });
editor.inject(document.body);
```
## License
Copyright (C) 2019 Kano Computing Ltd.
License: http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2