介绍 这是一个小型库,可使用Nintendo的GraphQL API(位于根据其标题ID为应用程序获取图像。 例子 import Fetcher from "@themezernx/eshop-image-fetcher" ; const fetcher = new Fetcher ( "US" ) ; const url = await fetcher . fetchAll ( "01000D1006CEC000" ) ; console . log ( "All Images:" , url ) ; 建造 # install dependencies yarn # compile the script yarn run build