@maissaninc/kidjs

0.2.17 • Public • Published

Kid.js

Kid.js is a framework designed to make JavaScript more accessible for kids and beginner programmers. It eliminates the need to first understand the DOM and provides functions to create drawings, animations and simple games.

Usage

Use the following HTML template to get started. Any code written inside of <script type="kidjs"> tags will be executed by the framework.

<html>
  <head>
    <title>Kid.js Example</title>
    <script src="https://cdn.jsdelivr.net/npm/@maissaninc/kidjs/dist/kid.min.js"></script>
  </head>
  <body>
    <script type="kidjs">

      write('Hello World');

    </script>
  </body>
</html>

See the documentation for a comprehensive list of available functions, properties and events. Or, ask your question on our Discord server.

Supported by Maissan Inc.

Readme

Keywords

none

Package Sidebar

Install

npm i @maissaninc/kidjs

Homepage

kidjs.org

Weekly Downloads

2

Version

0.2.17

License

MIT

Unpacked Size

2.73 MB

Total Files

65

Last publish

Collaborators

  • maissaninc