
![icon](https://raw.githubusercontent.com/yezert/Tocher.JS/main/assets/icon.png) ![text](https://raw.githubusercontent.com/yezert/Tocher.JS/main/assets/text.png)

# Tocher.JS 

![version](https://img.shields.io/badge/version-alpha--m--1.0.4-%2340966f%20?style=flat)

### A framework for HTML , Javascript and Css

## Why Tocher?


Tocher.JS references many valuable frameworks and optimizes them into them. We firmly believe that after continuous efforts, it may eventually become one of the choices for front-end development


## What frameworks does Tocher.js borrow from?

Tocher.JS draws on the following frameworks: 
- #### Vue.js (more) 
- #### React.js 
- #### Svelte.js


## Why is there no documentation for Tocher.JS?

The documentation is under development and will be placed in the source code later, and we hope you will give this project and a star and a follow-up, so that you can see the update as soon as possible in the future

## What if there is no documentation?

We are developing some examples that you can learn about Tocher.js first. And the source code isn't particularly confusing to read, and you can also read it to learn Tocher.js

# Download

### use npm and nodejs :

```
npm i tocherjs
```

### use unpkg link:

```html
<script src="https://unpkg.com/tocherjs@0.0.5/dist/bundle.js" defer></script>
```

### use jsdelivr link :
```html
<script src="https://cdn.jsdelivr.net/npm/tocherjs@0.0.5/dist/bundle.js" defer></script>
```