@hikaruna/table_first_normalizer

0.0.2 • Public • Published

TABLE FIRST NORMALIZER

npm version

htmlのtableDOMを第一正規化します(rospan, colspanを排除します)

Usage

Webpack

> npm i @hikaruna/table_first_normalizer
// your_entrypoint.js

const firstNormalize = require('@hikaruna/table_first_normalizer);

const table = document.querySelector('table');
const firstNormalizedTable = firstNormalize(table);
document.querySelector('body').appendChild(firstNormalizedTable);

Development

> git clone table_first_normalizer
> cd table_first_normalizer
> npm i
> npx webpack-dev-server
> open localhost:8080

Readme

Keywords

none

Package Sidebar

Install

npm i @hikaruna/table_first_normalizer

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

3.37 kB

Total Files

3

Last publish

Collaborators

  • hikaruna