US road signs,
rendered from code.

Parametric signs from the Manual on Uniform Traffic Control Devices (MUTCD), rendered as crisp SVG and faithful to the official 2024 standard. Typed props, deterministic output, and zero runtime dependencies. Ready for three.js textures, maps, and simulation.

npm install mutcd-ts

47 signs across five categories

Regulatory, warning, guide, route marker, and school signs. Every template is drawn in inches from the official layout sheets. The catalog covers the most common signs so far, with more on the way. Missing one you need? Request it.

Typed props, live output

Every sign exposes typed props for its MUTCD code, checked at compile time. Change a value and the SVG reflects this instantly.

Measured against the rulebook

Pixel-level verification found four places where FHWA's published SVG exports differ from the primary PDF artwork. mutcd-ts corrects each conversion defect and matches the primary shapes exactly.

Zoom of the Stop sign's S in FHWA's published SVG, showing a flattened, boxy upper-left shoulder
FHWA's published SVG: boxy S shoulder
Zoom of the Stop sign's S in the primary PDF artwork, showing the correct round shoulder
Primary PDF and mutcd-ts: round shoulder
Pixel diff between the published SVG and the primary PDF: an orange sliver marks where the SVG deviates
Pixel diff: orange = SVG deviates from PDF