angularjs component to render chiptan flicker code
npm install ng-chiptan
Demo: https://fundsaccess.github.io/ng-chiptan/
For the Angular 2+ version see https://github.com/fundsaccess/ngx-chiptan
npm:
```
$ npm i ng-chiptan --save
yarn:
`shell`
yarn add ng-chiptan
Once installed you need to import the main module:
`javascript
import 'ng-chiptan';
angular.module('app', ['ngChiptan'])
``Usage
html`
width="300"
height="150"
bgColor="'#000'"
barColor="'#fff'">
| Property | Type | Default | Description |
| --- | --- | --- | --- |
| code | string | '' | ChipTAN code to render. |
| width | number | 205 | Canvas width. |
| height | number | 100 | Canvas height. |
| bgColor | string | '#000' | Canvas background color. |
| barColor | string | '#fff' | Vertical bar(s) in canvas color. |
or
```
npm run start
Inspired by
chipTAN Flickercodes article