Skip to content

Commit 691089e

Browse files
committed
Update demo showcase
1 parent d436749 commit 691089e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ npm install @almothafar/angular-signature-pad --save
1616

1717
## Reference Implementation
1818

19-
* [Live Demo](http://lathonez.com/angular2-signaturepad-demo/)
20-
* [Source](https://github.com/lathonez/angular2-signaturepad-demo)
19+
* [Live Demo](https://almothafar.github.io/angular-signature-pad/)
20+
* [Source](https://github.com/almothafar/angular-signature-pad/tree/master/projects/demo)
2121

2222
## Usage example
2323

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
1111
<body>
1212
<app-root></app-root>
13-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-KKMR2DNA.js" type="module"></script></body>
13+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-LI64OOJW.js" type="module"></script></body>
1414
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/demo/src/app/app.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ export class AppComponent implements AfterViewInit {
1313
options: {backgroundColor: 'rgb(255,255,255)'},
1414
},
1515
{
16-
options: {canvasBackground: 'rgb(255, 255, 255) url(/assets/sign-here.png) bottom left no-repeat', penColor: 'rgb(255, 0, 0)'},
16+
options: {canvasBackground: 'rgb(255, 255, 255) url(assets/sign-here.png) bottom left no-repeat', penColor: 'rgb(255, 0, 0)'},
1717
quality: 0.5,
1818
imageType: 'image/jpeg',
1919
},
2020
{
21-
options: {canvasBackground: 'rgb(0, 0, 255) url(/assets/sign-here.png) bottom left no-repeat', penColor: 'rgb(255, 255, 0)'},
21+
options: {canvasBackground: 'rgb(0, 0, 255) url(assets/sign-here.png) bottom left no-repeat', penColor: 'rgb(255, 255, 0)'},
2222
quality: 0.8,
2323
imageType: 'image/jpeg',
2424
},
2525
{
26-
options: {canvasBackground: 'url(/assets/sign-here.png) bottom left no-repeat, center / cover url(/assets/cat-sig.png)', canvasHeight: 400}
26+
options: {canvasBackground: 'url(assets/sign-here.png) bottom left no-repeat, center / cover url(assets/cat-sig.png)', canvasHeight: 400}
2727
}
2828
];
2929
public titles: string[] = [

0 commit comments

Comments
 (0)