Skip to content

migiside/skeletonify

Repository files navigation

Build Status

Skeletonify

Skeletonify is utility library for DOM. it remove all content in DOM. useful for to make test file of scraping.

Install

npm install skeletonify

Example

import {Skeletonify} from "Skeletonify";
import * as fs from "fs";

const rawHtml = fs.readFileSync("PATH_TO_FILE", null).toString();
const skeletonify = new Skeletonify();

console.log(skeletonify.skeletionify(rawHtml));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published