Commit graph

104 commits

Author SHA1 Message Date
karashiiro
d5ff8bec82 Move CanvasDimensions typedef closer to the getter 2021-05-31 11:47:24 -07:00
karashiiro
d4969272cd Add proper type annotations for canvasSize 2021-05-31 11:46:10 -07:00
karashiiro
1e6aeda945 Retry XIVAPI requests once if they fail 2021-05-31 11:03:21 -07:00
karashiiro
e54bffe7fb
Merge pull request #13 from karashiiro/custom-backgrounds
Add custom image support to createCard
2021-05-31 10:39:09 -07:00
karashiiro
c00c2470ac
Merge pull request #14 from ArcaneDisgea/master
fix for blu bug
2021-05-31 10:39:00 -07:00
ArcaneDisgea
113670a305 fix for blu bug 2021-05-30 10:07:03 -04:00
karashiiro
04506ded4e Reword createCard documentation 2021-05-29 17:37:57 -07:00
karashiiro
abb8acfbe0 Update documentation 2021-05-29 15:53:08 -07:00
karashiiro
dfe72a02d4 Draw the custom image over the default 2021-05-29 15:52:34 -07:00
karashiiro
53d030b5cf Use new canvasSize property in method 2021-05-29 15:44:24 -07:00
karashiiro
31efdeb37e Add custom background support to createCard 2021-05-29 15:42:10 -07:00
karashiiro
8918d38614
Merge pull request #8 from ArcaneDisgea/redesign
Redesign
2021-05-29 08:41:02 -07:00
ArcaneDisgea
8b3fcf6a79 classes added instead of jobs if applicable 2021-05-28 17:16:24 -04:00
karashiiro
401d62b5e2
Add repository field to package info 2021-05-28 13:48:57 -07:00
ArcaneDisgea
cd56f840ba minor adjustments because I am silly 2021-05-28 15:40:18 -04:00
ArcaneDisgea
67ac84d259 add img vars for class
this is just groundwork for reworking to show class when user below 30
2021-05-28 15:27:06 -04:00
ArcaneDisgea
cd6f23bc5c adjust mimo percent to be 0 if user has none 2021-05-28 15:19:49 -04:00
ArcaneDisgea
669105e4c5 fix bozja levels 2021-05-28 15:19:03 -04:00
ArcaneDisgea
25f89d82a7 swap eureka and bozja spots 2021-05-28 15:12:26 -04:00
ArcaneDisgea
c4768ddd52 Remove Mettle 2021-05-28 15:08:58 -04:00
ArcaneDisgea
67a5dd8ff1 new extended bg 2021-05-28 15:08:35 -04:00
ArcaneDisgea
b70f606f27
Merge pull request #11 from nonowazu/feat/npm-deploy-on-release
Add workflow to push to npm upon cutting a release with a specific name
2021-05-28 15:05:16 -04:00
karashiiro
61865ce834
Authenticate with GitHub in Action 2021-05-28 11:36:51 -07:00
karashiiro
07f4696483
Add identity to documentation Action 2021-05-28 11:30:41 -07:00
karashiiro
393b0472de
Install deps before building docs 2021-05-28 11:26:35 -07:00
karashiiro
6c7c28e44d
Merge pull request #9 from karashiiro/master
Add library documentation
2021-05-28 11:24:35 -07:00
Oowazu Nonowazu
252acf30fe remove release naming scheme 2021-05-28 12:16:40 -05:00
Oowazu Nonowazu
541c51499b Add workflow to push to npm upon cutting a release with a specific name 2021-05-28 11:59:23 -05:00
karashiiro
820360afa6 Install nodemon as a dev dependency 2021-05-28 08:23:46 -07:00
karashiiro
a053945454 Remove doc deploy from prepublish
It's now a Github Action, so there's no need to also do that on deploy.
2021-05-28 02:32:10 -07:00
karashiiro
e33606c67c Add .github to .npmignore 2021-05-28 02:30:55 -07:00
karashiiro
767c18b204
Create documentation deployment action 2021-05-28 02:28:58 -07:00
karashiiro
5db4cba740 Add example to createCard() doc 2021-05-28 02:06:50 -07:00
karashiiro
277884a4e8 Reword ensureInit() doc comment for clarity 2021-05-27 21:22:02 -07:00
karashiiro
99814eaf8f Add badges to README 2021-05-27 19:28:10 -07:00
karashiiro
67fb8a31c8 Add documentation website with generator 2021-05-27 19:23:29 -07:00
karashiiro
6844ec4444 Add documentation comments 2021-05-27 19:14:55 -07:00
ArcaneDisgea
56e3702cab redesign
goat please don't kill me for all of these hardcoded values
2021-05-27 19:29:09 -04:00
goat
a1976a6092
Fix edge-case with titles 2021-05-27 20:58:55 +02:00
goat
0140d7fcf5
Merge branch 'master' of https://github.com/ArcaneDisgea/XIV-Character-Cards 2021-05-27 19:49:12 +02:00
goat
61c2b7b5bd
Add SE copyright notice 2021-05-27 19:48:46 +02:00
ArcaneDisgea
52b373a197 npm wont let me publish
without an update but arent updating number with their cli
2021-05-27 12:52:50 -04:00
goaaats
1de1a4c690
Merge pull request #7 from ArcaneDisgea/add-license-1
Create LICENSE
2021-05-27 18:44:34 +02:00
goaaats
95f6bc1873
Merge pull request #6 from ArcaneDisgea/clean-up 2021-05-27 18:43:12 +02:00
ArcaneDisgea
ccacd6446d
Create LICENSE 2021-05-27 12:41:32 -04:00
goat
94833df5c4
Use ClassJob from UnlockedState 2021-05-27 18:29:45 +02:00
ArcaneDisgea
19e85615e5 update package.json ith keywords/description 2021-05-27 11:14:19 -04:00
ArcaneDisgea
dc0d356d0a remove test.js from npmignore 2021-05-27 09:54:00 -04:00
ArcaneDisgea
de26f961de nuke test.js 2021-05-27 09:49:58 -04:00
ArcaneDisgea
7504e39ec8 update readme 2021-05-27 09:49:44 -04:00