Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viur-framework/viur-artwork

Repository for ViUR logo and related artwork
https://github.com/viur-framework/viur-artwork

Last synced: about 1 month ago
JSON representation

Repository for ViUR logo and related artwork

Awesome Lists containing this project

README

        

# ViUR Artwork

This repository contains artwork relating the [ViUR framework](https://www.viur.dev).

## Logo

The ViUR logo. See [logo/README.md](logo/README.md) for the logo files in different versions.

## Icons

The ViUR components icons. See [icons/README.md](icons/README.md) for the icon files in different versions.

Don't confuse with the [viur-icons](https://github.com/viur-framework/viur-icons) repository which contains a set of common icons used across several ViUR projects and applications.

## Maintenance

To generate the sub folders' README.md files and the rendered `.png` and `.webp` versions of the `.svg`-source files, use the `gen-readme.py` script from this repository.

Example:
```sh
$ cd scripts
$ pipenv install
$ pipenv run clean
```

### Dependencies
For svg to png conversion is the cairo Systemlibrary required.
#### MacOS
To install this you need the brew tool:
```sh
$ brew install cairo
```

## License

Copyright © 2022 by Mausbrand Informationssysteme GmbH.

Licensed under Creative Commons CC-BY-SA 4.0.