0.2.17 • Published 3 months ago

@maissaninc/kidjs v0.2.17

Weekly downloads
1
License
MIT
Repository
github
Last release
3 months ago

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.

0.2.17

3 months ago

0.2.16

7 months ago

0.2.15

11 months ago

0.2.14

1 year ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago