Register

Show Art

An Add-on Module for Foundry Virtual Tabletop

Author: zeel Project Source: Project URL Versions 10+ (Verified 10) Last Updated 1 year, 2 months ago

This module adds a button to the token or tile HUD that opens the target actor's artwork, or their token artwork on right-click. Hold the shift key to automatically show to everyone.

It also adds shortcut keybindings:

Additionally, it is now possible to show Video tiles, or any other .mp4 or .webm video using the new class MultiMediaPopout which has the same basic interface as ImagePopout (buit doens't support things like editing the image since this is for display purposes). This class can be used in a macro like so:

new MultiMediaPopout("path/to/video.webm", { shareable: true })
	.render(true)
	.shareImage();

Token buttons suggested by: Apostol Apostolov on League of Extraordinary FoundryVTT Developers

Tile buttons and keybindings suggested by: akeran#7102 (Discord)

Categories

Available Versions

  1. Version 1.3.0

    1 year, 2 months ago
    Foundry Version 10+ (Verified 10) Manifest URL Read Notes
  2. Version 1.2.1

    Foundry Version 9+ (Verified 9) Manifest URL Read Notes
  3. Version 1.1.4

    Foundry Version 0.6.5+ (Verified 0.8.8) Manifest URL Read Notes