You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build, simply run `npm run build`. This will fetch all npm and bower deps, then compile minified JS files.
31
-
32
-
## Running locally
33
-
34
-
Due to certain restrictions that local files have, you'll need to run a web server. Just run:
35
-
36
-
```
37
-
npm start
38
-
```
39
-
40
-
You can then access the site at localhost:8000
21
+
## Contributing
22
+
Build the library with `npm run build`. This will fetch all dependencies and then compile the `dist` files. To see the examples locally you can start a web server with `npm start` and go to `localhost:8000`.
41
23
42
24
## Credits
25
+
- Big thanks to Daniel Dotsenko from [Willow Systems Corporation](http://willow-systems.com) for making huge contributions to the codebase.
26
+
- Thanks to Ajaxian.com for [featuring us back in 2009](http://ajaxian.com/archives/dynamically-generic-pdfs-with-javascript).
27
+
- Everyone else that's contributed patches or bug reports. You rock.
43
28
44
-
Big thanks to Daniel Dotsenko from [Willow Systems Corporation](http://willow-systems.com) for making huge contributions to the codebase.
45
-
46
-
Thanks to Ajaxian.com for [featuring us back in 2009](http://ajaxian.com/archives/dynamically-generic-pdfs-with-javascript).
47
-
48
-
Everyone else that's contributed patches or bug reports. You rock.
49
-
50
-
## License
51
-
52
-
(MIT License)
53
-
29
+
## License (MIT)
54
30
Copyright (c) 2010-2016 James Hall, https://github.com/MrRio/jsPDF
55
31
56
32
Permission is hereby granted, free of charge, to any person obtaining
0 commit comments