yishn / tikzcd-editor

A simple visual editor for creating commutative diagrams.
https://tikzcd.yichuanshen.de/
MIT License
1.86k stars 100 forks source link

Allow async functions #56

Closed yishn closed 3 years ago

yishn commented 3 years ago

We will not transpile async function since 94% of all users use browsers that support async functions. This will save a lot of bundle size as well.

Furthermore this will make label positioning on arrows without any bend more consistent.