mistval / unofficial-jisho-api

Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
MIT License
139 stars 14 forks source link

Undefined <result.strokeOrderSvgUri> #13

Closed sarekashi closed 5 years ago

sarekashi commented 5 years ago

First, thank you for making this API project. Second, when I use your API to print result.strokeOrderSvgUri what I get is Undefined and the trouble is in the animationUri link in the index.js file. I hope you can update it with a new link, thank you.

mistval commented 5 years ago

Hello, could you give me an example of what query(s) return an undefined strokeOrderSvgUri? I noticed that the gif URIs are outdated so I'll fix that, but the SVG URIs seem okay with the queries I tested with.

sarekashi commented 5 years ago

ahh sorry, I mean result.strokeOrderGifUri

sarekashi commented 5 years ago

I think I have the answer to this, thank you for answer my question

mistval commented 5 years ago

Fixed in new version 1.4.2 on NPM. c7f83bbafa