TheGiddyLimit / homebrew-img

Homebrew images for 5etools.

Home Page:https://github.com/TheGiddyLimit/homebrew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew images (and related assets) for 5etools. See the main homebrew repository.

Conventions to Follow
  • A single img/ subdirectory should be made per homebrew "JSON" source (e.g. MyJsonSourceName -> img/MyJsonSourceName). The structure/layout of this subdirectory can be tailored to suit.
  • .webp images are preferred. 5etools uses:
    • Compressed, 85% quality webp for most images
    • Uncompressed webp for tokens
  • Image links from data in the main homebrew repository should be of the form: https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/img/MyJsonSourceName/*.* For example, as a standard "image"-type entry:
      {
          "type": "image",
          "href": {
              "type": "external",
              "url": "https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/img/MyJsonSourceName/creatures/example-image.webp"
          }
      }
    

About

Homebrew images for 5etools.

https://github.com/TheGiddyLimit/homebrew


Languages

Language:JavaScript 100.0%