danbooru-viewer/README.md
defaultkavy 580ac885de
v0.7.0
change: $viewerPanel hide rely to events.
change: load post original image file if file is under 5MB.
new: $viewerPanel load original file button.
change: move switch booru button to $Drawer.
new: copy page link button.
change: README.md
2024-10-13 12:28:17 +08:00

1.1 KiB

Danbooru Viewer

A modern style viewer for Danbooru or other Booru API base site.

Usage

  • Enter this URL: https://danbooru.defaultkavy.com.
  • Replace danbooru.donmai.us to danbooru.defaultkavy.com without changing pathname and url query, will directly open the same page on Danbooru Viewer.
  • Clone this repository and run commands:
      bun i
      bun run build
      bun run start
    

Features

  • Same path as the original website.
    • Support URL query like /posts?tags=ord:fav+minato_aqua.
  • Search tags with autocomplete.
  • Infinite scroll posts with waterfall image layout.
  • Mobile friendly with modern design.

Roadmap to V1.0

  • Posts Page
  • Posts Search with any tags
  • Booru Account Login (Using API keys)
  • Favorite Post with Account
  • Saved Searches
  • User Page
  • Post Commentary
  • Post Detail Panel
  • Forum Posts Page
  • More...

Tools