I Needed a Faster Way to Make VTT Tokens for DnD, So I Built a Local-First Token Maker
A developer created a browser-based tool called Token Maker to streamline the process of making virtual tabletop (VTT) tokens for Dungeons & Dragons (DnD). The tool simplifies the token creation workflow by allowing users to upload images, adjust them, and export them quickly. It is designed to save time for users who need to create multiple tokens for their campaigns.
- ▪Token Maker is a free tool for creating VTT tokens specifically for DnD and other platforms like Roll20 and Foundry VTT.
- ▪The tool allows users to upload character art, choose borders, and export transparent PNGs efficiently.
- ▪It is designed to eliminate unnecessary steps in the token creation process, making it faster and more user-friendly.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3913484) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } 吴sir Posted on May 19 I Needed a Faster Way to Make VTT Tokens for DnD, So I Built a Local-First Token Maker #dnd #tooling #gamedev #webdev I built a simple token maker for my DnD and VTT workflow Tags: dnd, webdev, gamedev, tooling Making tokens for a tabletop campaign should not take that long.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).