Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 574 Bytes

Hitomi.NET

Hitomi.la (히토미) 비공식 API

  • 이미지 경로 추출
  • 다운로드 기능
  • Windows, macOS, Linux, Android, iOS 지원합니다

Screenshots

imgNET

Getting started

솔루션 > 추가 > 기존 프로젝트 > Hitomi.NET 프로젝트 추가 > 프로젝트 > 프로젝트 참조 추가

Example

HitomiWebp.threads = 4;
HitomiWebp.dir = $@"C:\Users\{Environment.UserName}\Downloads\filestest";
await HitomiWebp.HitomiDownload(12345);