Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinkeonkim/xaskify

Maskify HTML DOM element (or page)
https://github.com/shinkeonkim/xaskify

maskify masking masking-page npm-package yarn-package

Last synced: 10 days ago
JSON representation

Maskify HTML DOM element (or page)

Awesome Lists containing this project

README

        

# xaskify

Maskify Page

## Installation

```
npm i --save xaskify
```

## Usage

```js
import xaskify from "xaskify";

xaskify(document.getElementsByTagName("body")[0], "X");
```

## Example

![example](./public/img/programmers.png)