WeSearch

I Needed a Faster Way to Make VTT Tokens for DnD, So I Built a Local-First Token Maker

·6 min read · 0 reactions · 0 comments · 13 views
#dnd#gamedev#tooling#webdev
I Needed a Faster Way to Make VTT Tokens for DnD, So I Built a Local-First Token Maker
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)