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 is part of Kano World and our apps
There are many ways in which you can participate in the project, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Review the 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
import { Editor } from '@kano/code/index.js';
const editor = new Editor({ sourceType: 'blockly' });
editor.inject(document.body);
Copyright (C) 2019 Kano Computing Ltd.
License: http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2