<div align="center">
  <h1>YOXEL</h1>
  <br/>

  <a href="https://www.npmjs.com/package/yoxel">
    <img src="https://img.shields.io/npm/v/yoxel.svg?style=flat-square" />
  </a>

  <a href="https://www.npmjs.com/package/yoxel">
   <img src="https://img.shields.io/npm/dm/yoxel.svg" alt="npm downloads">
  </a>
 <br/>
</div>

# Idea

Inspired and named after [yoksel](https://github.com/yoksel) 's [HTML-tree](https://github.com/yoksel/html-tree).

## API

- `build(htmlNode): SemanticTree` creates a structure representing SemanticTree
- `getYAMLReport(tree: SemanticTree)` converts tree into YML format, useful for shapshot testing

## Purpose

Provide a11y helpers to reflect page structure.

## Usages

- [storybook-addon-poleaxe](https://github.com/theKashey/storybook-addon-poleaxe)

# License

MIT
