https://github.com/bahrus/be-delible
https://github.com/bahrus/be-delible
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bahrus/be-delible
- Owner: bahrus
- License: mit
- Created: 2022-06-13T23:13:52.000Z (about 3 years ago)
- Default Branch: baseline
- Last Pushed: 2024-11-30T15:37:57.000Z (7 months ago)
- Last Synced: 2024-12-30T19:44:36.723Z (6 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# be-delible (⌫)
Make a DOM element delible.
[](https://github.com/bahrus/be-delible/actions/workflows/CI.yml)
[](http://badge.fury.io/js/be-delible)
[](https://bundlephobia.com/result?p=be-delible)## Markup:
```html
Check me out```
or
```html
Check me out```
## Viewing this element locally
Any web server than can serve static files will do, but...
1. Install git.
2. Fork/clone this repo.
3. Install node.js
4. Install Python 3 or later
5. Open command window to folder where you cloned this repo.
6. > npm install
7. > npm run serve
8. Open http://localhost:8000/demo/ in a modern browser.## Running Tests
```
> npm run test
```## Using from CDN:
```html
import 'https://esm.run/be-delible';
```
## Referencing via ESM Modules:
```JavaScript
import 'be-delible/be-delible.js';
```