Remove diacritics and accents from text, replacing them with ASCII characters.
Nothing to see yet!
import remove from "https://cdn.jsdelivr.net/npm/remove-accents@0.5.0/+esm" export const make = (text) => remove(text)