# @scena/matrix

> matrix for scena

Latest version **1.1.1** (published 2020-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @scena/matrix
pnpm add @scena/matrix
yarn add @scena/matrix
bun add @scena/matrix
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2020-12-08 |
| First published | 2020-11-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 155.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Daybrush |
| Maintainers | younkue |

## Links

- npm: https://www.npmjs.com/package/@scena/matrix
- Repository: https://github.com/daybrush/matrix
- Homepage: https://github.com/daybrush/matrix#readme
- Issues: https://github.com/daybrush/matrix/issues
- npm.io page: https://npm.io/package/@scena/matrix

## Dependencies (1)

- [@daybrush/utils](https://npm.io/package/@daybrush/utils.md) ^1.4.0

## Recent versions

- 1.1.1 (latest) — 2020-12-08
- 1.1.0 — 2020-11-04
- 1.0.0 — 2020-11-04

## README

<h2 align="middle">Matrix</h2>
<p align="middle">
<a href="https://www.npmjs.com/package/@scena/matrix" target="_blank"><img src="https://img.shields.io/npm/v/@scena/matrix.svg?style=flat-square&color=007acc&label=version" alt="npm version" /></a>
<img src="https://img.shields.io/badge/language-typescript-blue.svg?style=flat-square"/>
<a href="https://github.com/daybrush/matrix/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/daybrush/matrix.svg?style=flat-square&label=license&color=08CE5D"/></a>
</p>
<p align="middle">Matrix 2d, 3d</p>


## ⚙️ Installation

### npm
```bash
$ npm install @scena/matrix
```
```ts
import { multiply } from "@scena/matrix"
```

### script
```html
<script src="//daybrush.com/matrix/release/latest/dist/matrix.min.js"></script>
```
```ts
Matrix.multiply(...);
```

## ⭐️ Show Your Support
Please give a ⭐️ if this project helped you!

## 👏 Contributing

If you have any questions or requests or want to contribute to `@scena/matrix` or other packages, please write the [issue](https://github.com/daybrush/matrix/issues) or give me a Pull Request freely.

## 🐞 Bug Report

If you find a bug, please report to us opening a new [Issue](https://github.com/daybrush/matrix/issues) on GitHub.


## 📝 License

This project is [MIT](https://github.com/daybrush/matrix/blob/master/LICENSE) licensed.

```
MIT License

Copyright (c) 2020 Daybrush

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

---
_Source: https://npm.io/package/@scena/matrix · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
