Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bouvens/shotgun-extension
PoC of a browser extension that allows you to shoot web pages
https://github.com/bouvens/shotgun-extension
animation javascript phisics poc
Last synced: about 7 hours ago
JSON representation
PoC of a browser extension that allows you to shoot web pages
- Host: GitHub
- URL: https://github.com/bouvens/shotgun-extension
- Owner: bouvens
- License: mit
- Created: 2021-09-25T09:47:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:37:16.000Z (4 months ago)
- Last Synced: 2024-08-09T17:25:58.557Z (3 months ago)
- Topics: animation, javascript, phisics, poc
- Language: JavaScript
- Homepage: https://bouvens.github.io/#shotgun
- Size: 973 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shotgun Extension Prototype
### [Demo](https://bouvens.github.io/#shotgun)
[![Example of a frame](https://github.com/bouvens/shotgun-extension/raw/main/screenshot.png)](https://bouvens.github.io/#shotgun)
## What’s This?
It's a PoC of a browser extension that allows you to shoot web pages. Now, it's included in one demo page and can be run from its [section](https://bouvens.github.io/#shotgun).
## How It Works
Hold `Shift` for slow motion.Hold `Cmd` or `Ctrl` to increase damage.
Reload a page to reset.
## How to Run Locally
Run in bash
```bash
git clone [email protected]:bouvens/shotgun-extension.git
cd shotgun-extension
npm install
```Then, you can run `demo/index.html` with some web server or IDE. The server is not included, sorry. It's just a PoC.