Skip to content

Julitutu/homebrew-img

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

367 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%