UNPKG

e621-sdk

Version:

从E621抓取帖子。支持搜索、引用、随机。

6 lines (5 loc) 94 B
export interface SearchConfig { limit: number; tags: string; page: number; }