https://github.com/rickycodes/kaleidos-extension
kaleidos chrome extention
https://github.com/rickycodes/kaleidos-extension
Last synced: 4 months ago
JSON representation
kaleidos chrome extention
- Host: GitHub
- URL: https://github.com/rickycodes/kaleidos-extension
- Owner: rickycodes
- Created: 2016-03-22T03:30:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T08:05:54.000Z (about 8 years ago)
- Last Synced: 2024-12-30T19:26:38.661Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## kaleidos chrome extention
turn images into kaleidescope using [kaleidos](https://github.com/rickycodes/kaleidos)

## install
clone the repo...
`npm i && npm run build`
this will build `content.min.js` using webpack
install the extension in chrome: chrome://extensions/
click 'Load unpacked extension...' and select the project folder
## usage
mouseover any `IMG` and you _should_ see some instructional text: `'press "k" to kaleidoscope!'`
press "k"
this will open an interactive kaleidoscope in an overlay
move your mouse around to update kaleidoscope
click to close or press `ESC`
repeat.