https://github.com/gorhill/jsawpuzzle
A browser extension to create and solve jigsaw puzzles
https://github.com/gorhill/jsawpuzzle
Last synced: 3 months ago
JSON representation
A browser extension to create and solve jigsaw puzzles
- Host: GitHub
- URL: https://github.com/gorhill/jsawpuzzle
- Owner: gorhill
- License: gpl-3.0
- Created: 2024-05-12T17:34:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T17:00:36.000Z (over 1 year ago)
- Last Synced: 2025-03-18T03:14:29.168Z (10 months ago)
- Language: JavaScript
- Size: 3.18 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JSaw Puzzle
A browser extension to create and solve jigsaw puzzles.
## Screenshots

More...


## Picture feeds
The extension can fetch random pictures from different feeds. Currently it can fetch from [Wikimedia Commons](https://commons.wikimedia.org/) and [Public Domain Pictures](https://www.publicdomainpictures.net/).
**Important:** Firefox version 126.0 and below requires that you explicitly grant permissions to be able fetch pictures from remote servers:

## To build the extension
At the command line, type `make firefox` or `make chromium` to build the extension for either Firefox or Chromium. A `jsawpuzzle.firefox` or `jsawpuzzle.chromium` folder will appear under `./build/`, which can be side-loaded as an extension in Firefox or Chromium.
## Motivation
A project [started in 2009](https://github.com/gorhill/jigsawpuzzle-rhill) but never completed as originally envisioned. This repository is that project brought to completion.

