https://github.com/livebook-dev/vega_lite_convert
Utilities for converting VegaLite
https://github.com/livebook-dev/vega_lite_convert
Last synced: 7 months ago
JSON representation
Utilities for converting VegaLite
- Host: GitHub
- URL: https://github.com/livebook-dev/vega_lite_convert
- Owner: livebook-dev
- License: apache-2.0
- Created: 2024-11-06T07:57:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T19:12:38.000Z (11 months ago)
- Last Synced: 2025-06-02T11:31:07.732Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VegaLite.Convert
[](https://github.com/livebook-dev/vega_lite_convert/actions)
[](https://hexdocs.pm/vega_lite_convert)
Elixir bindings to the Rust library [vl-convert](https://github.com/vega/vl-convert).
You can use this library to generate PNGs, PDFs, SVGs, etc from [VegaLite](https://github.com/livebook-dev/vega_lite) specifications.
## Installation
You can add the `:vega_lite_convert` dependency to your `mix.exs`:
```elixir
def deps do
[
{:vega_lite_convert, "~> 1.0.0"}
]
end
```
## Previous versions
Prior to v1, this package was being published and developed in [this repository](https://github.com/simonprev/vega_lite_convert).
## License
Copyright (C) 2024 Dashbit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.