From f52505588add7355fad20c8aeae079e37bb8312d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 00:37:45 +0530 Subject: [PATCH] update documentation with new technology --- docs/technology/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/technology/README.md b/docs/technology/README.md index 422e574d..d1a91809 100644 --- a/docs/technology/README.md +++ b/docs/technology/README.md @@ -26,6 +26,18 @@ A modern JavaScript utility library delivering modularity, performance & extras. [Learn more → ](https://lodash.com/) +## html2canvas + +The script allows you to take "screenshots" of webpages or parts of it, directly on the users browser. The screenshot is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the page. + +[Learn more → ](https://github.com/niklasvh/html2canvas) + +## jsPDF + +A library to generate PDFs in JavaScript. + +[Learn more → ](https://github.com/MrRio/jsPDF) + ## Google Fonts Google Fonts is a great repository of open type fonts that are allowed to be used on the web. Reactive Resume uses Google Fonts to load different font families and allow the user to choose which font he/she would like on their resume.