|
1 |
| -// Type definitions for jsPDF 1.5.4 |
2 |
| -// Project: https://github.com/MrRio/jsPDF |
3 |
| -// Definitions by: Amber Schühmacher <https://github.com/amberjs> |
4 |
| -// Kevin Gonnord <https://github.com/lleios> |
5 |
| -// Jackie Weng <https://github.com/jemerald> |
6 |
| -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped |
| 1 | +/** @license |
| 2 | + * |
| 3 | + * jsPDF - PDF Document creation from JavaScript |
| 4 | + * |
| 5 | + * Copyright (c) 2010-2020 James Hall <[email protected]>, https://github.com/MrRio/jsPDF |
| 6 | + * 2015-2020 yWorks GmbH, http://www.yworks.com |
| 7 | + * 2015-2020 Lukas Holländer <[email protected]>, https://github.com/HackbrettXXX |
| 8 | + * 2016-2018 Aras Abbasi <[email protected]> |
| 9 | + * 2018 Amber Schühmacher <https://github.com/amberjs> |
| 10 | + * 2018 Kevin Gonnord <https://github.com/lleios> |
| 11 | + * 2018 Jackie Weng <https://github.com/jemerald> |
| 12 | + * 2010 Aaron Spike, https://github.com/acspike |
| 13 | + * 2012 Willow Systems Corporation, willow-systems.com |
| 14 | + * 2012 Pablo Hess, https://github.com/pablohess |
| 15 | + * 2012 Florian Jenett, https://github.com/fjenett |
| 16 | + * 2013 Warren Weckesser, https://github.com/warrenweckesser |
| 17 | + * 2013 Youssef Beddad, https://github.com/lifof |
| 18 | + * 2013 Lee Driscoll, https://github.com/lsdriscoll |
| 19 | + * 2013 Stefan Slonevskiy, https://github.com/stefslon |
| 20 | + * 2013 Jeremy Morel, https://github.com/jmorel |
| 21 | + * 2013 Christoph Hartmann, https://github.com/chris-rock |
| 22 | + * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria |
| 23 | + * 2014 James Makes, https://github.com/dollaruw |
| 24 | + * 2014 Diego Casorran, https://github.com/diegocr |
| 25 | + * 2014 Steven Spungin, https://github.com/Flamenco |
| 26 | + * 2014 Kenneth Glassey, https://github.com/Gavvers |
| 27 | + * |
| 28 | + * Permission is hereby granted, free of charge, to any person obtaining |
| 29 | + * a copy of this software and associated documentation files (the |
| 30 | + * "Software"), to deal in the Software without restriction, including |
| 31 | + * without limitation the rights to use, copy, modify, merge, publish, |
| 32 | + * distribute, sublicense, and/or sell copies of the Software, and to |
| 33 | + * permit persons to whom the Software is furnished to do so, subject to |
| 34 | + * the following conditions: |
| 35 | + * |
| 36 | + * The above copyright notice and this permission notice shall be |
| 37 | + * included in all copies or substantial portions of the Software. |
| 38 | + * |
| 39 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 40 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 41 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 42 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 43 | + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 44 | + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 45 | + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 46 | + * |
| 47 | + * Contributor(s): |
| 48 | + * siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango, |
| 49 | + * kim3er, mfo, alnorth, Flamenco |
| 50 | + */ |
7 | 51 |
|
8 | 52 | declare module "jspdf" {
|
9 | 53 | import construct = Reflect.construct;
|
|
0 commit comments