Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocreature/diagrams-miso
Miso backend for the diagrams Haskell graphics library
https://github.com/cocreature/diagrams-miso
diagrams graphics haskell miso web
Last synced: 21 days ago
JSON representation
Miso backend for the diagrams Haskell graphics library
- Host: GitHub
- URL: https://github.com/cocreature/diagrams-miso
- Owner: cocreature
- License: other
- Created: 2017-10-10T15:42:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T06:57:52.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T02:26:33.934Z (about 1 month ago)
- Topics: diagrams, graphics, haskell, miso, web
- Language: Haskell
- Size: 66.4 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# diagrams-miso
_diagrams-miso_ is a an SVG backend for [diagrams], to be used in
the browser via [ghcjs]. Diagrams is a powerful, flexible, declarative
domain-specific language for creating vector graphics, using the
[Haskell programming language][haskell].[diagrams](http://projects.haskell.org/diagrams/)
[miso](https://github.com/dmjio/miso)## Examples
The examples directory contains several simple examples.
## Capabilities
The following features are supported. If they don't work as expected
(or as other Diagrams Backends), please file a bug report.- fill color (solid only)
- line color
- line width
- line cap & join
- dashing
- opacity
- Paths
- Text
- mouse events
- font weightThese features are not yet implemented. Pull requests welcome!
- textures
## Credits
This package is heavily based on the excellent
[diagrams-reflex](https://github.com/diagrams/diagrams-reflex).