ngs-avater
v16.0.1
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
Downloads
9
Readme
Ngsavatar
This library was generated with Angular CLI version 11.2.14.
Author
- Souvik Biswas
- Contact me if you have any queries or report bugs
- It is an open source project. View this repository on Github.
Project setup instructions
To start using this project use the following commands:
npm install ngs-avatar
- In the module import
NgsavatarModule
- In the component use
<ngs-avatar></ngs-avatar>
- Input parameters:
photoUrl: string | undefined; name: string; size = '108px'; fontSize: number = 40; isFixedColor: string<#000000>; imageSize: string = '0px'; textColor: string = '#FFFFFF'
License info
MIT License
Copyright (c) 2021 Souvik Biswas
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.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.