# dsabp-js-img
> [!WARNING]
> ### This project is not done. Used by dsatools. Expect no documentation, and issues.
[![NPM version](https://img.shields.io/npm/v/dsabp-js-img)](https://www.npmjs.com/package/dsabp-js-img) [![NPM downloads](https://img.shields.io/npm/dt/dsabp-js-img?logo=npm)](https://www.npmjs.com/package/dsabp-js-img) [![GitHub repository](https://img.shields.io/static/v1?logo=github&label=GitHub&message=repo&color=informational)](https://github.com/Blueyescat/dsabp-js-img) [![Documentation](https://img.shields.io/static/v1?logo=typescript&label=&message=docs&color=gray&logoColor=white)](https://blueyescat.github.io/dsabp-js-img/modules)

DSA blueprint image/preview generator using the [dsabp-js](https://github.com/Blueyescat/dsabp-js) library.
- It works in Node.js and the browser. Not meant to support *older* Node.js versions or browsers.
- Uses the [node-canvas](https://www.npmjs.com/package/canvas) library in Node.js.

## Install
#### Node.js
- `npm install dsabp-js-img` &nbsp;or&nbsp; `yarn add dsabp-js-img`

#### Browser
- Get the files you need from `/dist` in the package: https://registry.npmjs.org/dsabp-js-img/-/dsabp-js-img-0.1.0.tgz<!--@build_tarball-->
- Or use a CDN:
  - https://cdn.jsdelivr.net/npm/dsabp-js-img/
  - https://unpkg.com/browse/dsabp-js-img/

## Import
```js
TODO
```
<sup>See the docs for all exports.</sup>

## Usage
* [~Documentation~](https://blueyescat.github.io/dsabp-js-img/modules)
* **A Simple Example**
  ```js
  TODO
  ```

## Issues / Bugs
Create a detailed issue in the [Issues](https://github.com/Blueyescat/dsabp-js-img/issues) page.

## Suggestions and Questions
Use the [Discussions](https://github.com/Blueyescat/dsabp-js-img/discussions) page.

## Code Contribution
See the [contributing guidelines](https://github.com/Blueyescat/dsabp-js-img/blob/main/.github/contributing.md).
