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

https://github.com/moeki0/fumon


https://github.com/moeki0/fumon

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Fumon

Fumon is input field that value gradually disappears.

## Installation

```
npm i -D fumon
```

```
yarn add -D fumon
```

## Usage

```html

```

```js
import { Fumon } from 'fumon'

new Fumon('.fumon')
```