UNPKG

@mapbox/mapbox-gl-draw

Version:

A drawing component for Mapbox GL JS

8 lines (5 loc) 205 B
import {customAlphabet} from 'nanoid/non-secure'; const nanoid = customAlphabet('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', 32); export function generateID() { return nanoid(); }