Remove diacritics and accents from text, replacing them with ASCII characters.
Nothing to see yet!
({ take: [ { type: "text" }, { type: "import", value: "https://cdn.skypack.dev/remove-accents@0.4.2?min", module: true, }, ], make: ([text, { remove }]) => remove(text), })