@springbuck/ng-imager

0.0.2 • Public • Published

NG Imager

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, imager data for web apps.

Installation

$ npm install springbuck/ng-imager

"dependencies": {
    ...
    "springbuck/ng-imager": "~0.0.0",
    ...
}

Configurations

// src/app/app.module.ts

import { NGIMAGER_CONFIG } from "@springbuck/ng-imager";
import { MY_NGIMAGER_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGIMAGER_CONFIG, useValue: MY_NGIMAGER_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.

Dependents (0)

Package Sidebar

Install

npm i @springbuck/ng-imager

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • springbuck