Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpizenberg/elm-2d-viewer
A 2D (image) viewer with zoom and pan in mind
https://github.com/mpizenberg/elm-2d-viewer
Last synced: 3 months ago
JSON representation
A 2D (image) viewer with zoom and pan in mind
- Host: GitHub
- URL: https://github.com/mpizenberg/elm-2d-viewer
- Owner: mpizenberg
- License: mpl-2.0
- Created: 2018-09-23T04:32:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T19:50:57.000Z (over 3 years ago)
- Last Synced: 2024-05-09T13:40:04.862Z (8 months ago)
- Language: Elm
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-2d-viewer
A 2D (image) viewer with zoom and pan in mind.
The core module is `Viewer`, which defines the type
and transformations available.The module `Viewer.Svg` provides a function to transform
a group of SVG elements to visualize them as specified by a viewer.I suppose additional modules for canvas or webgl could be useful
as well but are not available for the time being.