Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.