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

https://github.com/miyako/4d-component-rating

Generate 5-star SVG image for rating
https://github.com/miyako/4d-component-rating

4d-component

Last synced: about 2 months ago
JSON representation

Generate 5-star SVG image for rating

Awesome Lists containing this project

README

        

![platform](https://img.shields.io/static/v1?label=platform&message=osx-64%20|%20win-64&color=blue)
![version](https://img.shields.io/badge/version-18%2B-EB8E5F)
[![license](https://img.shields.io/github/license/miyako/4d-component-rating)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-component-rating/total)

# 4d-component-rating
Generate 5-star SVG image for rating

rating

```4d
$rating:=rating //a singleton pseudo-class
Form.rating:=$rating.createImage(Form.percent/20)
```