There was an error while loading. Please reload this page.
generateID generates a random 16-digit alphanumeric string — the sort that Foundry VTT uses for IDs.
A random 16-digit alphanumeric string.
import { generateID } from '@revolutionarygamesco/common-foundryvtt' const id = generateID() // A random 16-digit alphanumeric string.