{#snippet contributor( name: string, github: string, avatar: string, role?: string, smaller?: boolean, )}
{name} {#if role}

{name}

{role}

{/if}
{/snippet}

Credits

If you would like to contact the development team, please use the email found on the "Resources" card.

{#each mainContribs as contrib} {@const { name, github, avatar, role } = contrib} {@render contributor(name, github, avatar, role)} {/each}

Notable contributors

We'd like to thank these people for their major contributions to VERT.

{#each notableContribs as contrib} {@const { name, github, avatar, role } = contrib} {@render contributor(name, github, avatar, role, true)} {/each}

GitHub contributors

{#if ghContribs && ghContribs.length > 0}

Big thanks to all these people for helping out! Want to help too?

{:else}

Seems like no one has contributed yet... be the first to contribute!

{/if}
{#if ghContribs && ghContribs.length > 0}
{#each ghContribs as contrib} {@const { name, github, avatar } = contrib} {@render contributor(name, github, avatar)} {/each}
{/if}

Libraries

A big thanks to FFmpeg (audio, video), libvips (images) and Pandoc (documents) for maintaining such excellent libraries for so many years. VERT relies on them to provide you with your conversions.