Skip to content

Instantly share code, notes, and snippets.

View tharunjose's full-sized avatar

Tharun Jose tharunjose

View GitHub Profile
@tharunjose
tharunjose / resize_preview.html
Last active September 13, 2020 10:13 — forked from mfyz/resize_preview.html
HTML5 FileReader + canvas resizer to resize & preview before upload an image using jquery.
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Preview, Crop And Upload</title>
<style>
body {
padding: 50px;
font: 16px Helvetica;
}
@tharunjose
tharunjose / notifications.component.html
Last active January 1, 2018 04:11 — forked from mrgoos/notifications.component.html
Use primeNg GrowlModule globally through a service
<p-growl [(value)]="msgs" [sticky]="isSticky" [life]="lifeTime"></p-growl>