An open API service indexing awesome lists of open source software.

https://github.com/mikoloism/annar-js

Hypertext JavaScript :tada:
https://github.com/mikoloism/annar-js

hypertext

Last synced: about 1 year ago
JSON representation

Hypertext JavaScript :tada:

Awesome Lists containing this project

README

          

WIP


warn : this project is just instance and concept of the real project

# Annar Js

Hypertext JavaScript
=> HJS

## install

not available to moment.

## usage

```js
import { render } from 'hjs';

const MyComponent = {
tag: 'div',
class: 'container',
dataset: { flex: 'row' },
};

const html = render(MyComponent);

//=>


```