1.0.0 • Published 4 years ago

ng-chiptan v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ng-chiptan

Angularjs component to render chiptan flicker code

Demo: https://fundsaccess.github.io/ng-chiptan/

For the Angular 2+ version see https://github.com/fundsaccess/ngx-chiptan

Installation

npm:

$ npm i ng-chiptan --save

yarn:

yarn add ng-chiptan

Import

Once installed you need to import the main module:

import 'ng-chiptan';

angular.module('app', ['ngChiptan'])

Usage

<ng-chiptan 
    code="'17850120452019980412345678041234567804123456789E'"
    width="300" 
    height="150"  
    bgColor="'#000'" 
    barColor="'#fff'">
</ng-chiptan>
PropertyTypeDefaultDescription
codestring''ChipTAN code to render.
widthnumber205Canvas width.
heightnumber100Canvas height.
bgColorstring'#000'Canvas background color.
barColorstring'#fff'Vertical bar(s) in canvas color.

Demo

https://fundsaccess.github.io/ng-chiptan/

or

npm run start

Acknowledgments

Inspired by
chipTAN Flickercodes article

react-chiptan

License

Copyright (c) 2019 fundsaccess AG. Licensed under the MIT License (MIT)

1.0.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago