# @arxis/image-processor

> This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.

Latest version **0.0.3** (published 2020-04-03) · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @arxis/image-processor
pnpm add @arxis/image-processor
yarn add @arxis/image-processor
bun add @arxis/image-processor
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2020-04-03 |
| First published | 2020-04-03 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 126.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | renearias |

## Links

- npm: https://www.npmjs.com/package/@arxis/image-processor
- npm.io page: https://npm.io/package/@arxis/image-processor

## Recent versions

- 0.0.3 (latest) — 2020-04-03

## README

# ImageProcessor

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.

## Code scaffolding

Run `ng generate component component-name --project image-processor` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project image-processor`.
> Note: Don't forget to add `--project image-processor` or else it will be added to the default project in your `angular.json` file. 

## Build

Run `ng build image-processor` to build the project. The build artifacts will be stored in the `dist/` directory.


## Example

`async processBackgroundImage(event) {
    const imageFile = await this.imageProcessor.readWebFile(event);
    this.updateBackgroundCard(imageFile.data, imageFile.extension, imageFile.type).catch(async e => {
     // do 
    });
  }`

## Publishing

After building your library with `ng build image-processor`, go to the dist folder `cd dist/image-processor` and run `npm publish`.

## Running unit tests

Run `ng test image-processor` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

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