Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astaroid/workshop
- Owner: astaroid
- License: mit
- Created: 2023-02-19T21:27:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T02:53:45.000Z (9 months ago)
- Last Synced: 2024-12-12T11:42:16.091Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)