Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astaroid/workshop

A astaroid utility package to handle creating crystals and generating crystal color schemes and svg image
https://github.com/astaroid/workshop

Last synced: 15 days ago
JSON representation

A astaroid utility package to handle creating crystals and generating crystal color schemes and svg image

Awesome Lists containing this project

README

        

# @astaroid/workshop

A astaroid utility package to handle creating crystals and generating crystal color schemes and svg image

## Badges

![](https://img.shields.io/github/actions/workflow/status/astaroid/workshop/ci.yml?branch=main) ![](https://img.shields.io/github/package-json/v/astaroid/workshop) ![](https://img.shields.io/github/forks/astaroid/workshop) ![](https://img.shields.io/github/stars/astaroid/workshop) ![](https://img.shields.io/github/issues-pr/astaroid/workshop) ![](https://img.shields.io/github/issues/astaroid/workshop) ![](https://img.shields.io/bundlephobia/min/@astaroid/workshop)

## Installation

Install @astaroid/workshop with npm

```bash
npm install @astaroid/workshop
```

Install @astaroid/workshop with yarn

```bash
yarn add @astaroid/workshop
```

## Documentation

[Documentation](https://astaroid.github.io/workshop/)

## Usage/Examples

```typescript
import { crystalGenerator } from "@astaroid/workshop"

let redCrystall = crystalGenerator("#FF0000")

let redCrystallSvgImage = redCrystall(32, 32)
```

## License

[MIT](https://github.com/daniel-onyenwee/astaroid-workshop/blob/main/LICENSE.md)