Random Guilloche Generator
Getting started
1) Add dependency to your project
# npm npm install nls-guilloche --save # yarn yarn add nls-guilloche
2) Import module to your Angular application
// app.module.ts (default filename) ;
3) Set up your configuration
// e.g. app.component.htmlthis.graph =;this.isAnimated = true;
4) Implement directive in your template
Past in the configuration and set animation to true
or false
(default is false
):
Usage only
Active Development (Advanced)
Rquirements
- Node.js
- Angular CLI
NPM Scripts
command | description |
---|---|
npm run start |
start development server on http://localhost:4200/ |
npm run build |
build production application and save to ./dist |
npm run build:library |
build node module and save to ./dist/NlsGuilloche |
Author
The author of this software is Michael Czechowski, web developer based in Stuttgart and Berlin, Germany. Only with the support of two very talented web developers, Erik Kimsey and Martin Maga, this software could be realized. We are proud to mention that we can present this software as free software.
Contributors
- Michael Czechowski (mail@dailysh.it)
- Erik Kimsey
- Martin Maga
License
Copyright (C) 2018 Michael Czechowski
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.