Skip to content

Instantly share code, notes, and snippets.

@starakaj
Created July 8, 2021 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starakaj/6666566e665f92c72af7f652cb4533a3 to your computer and use it in GitHub Desktop.
Save starakaj/6666566e665f92c72af7f652cb4533a3 to your computer and use it in GitHub Desktop.
const makeStyleFunction = template(`
function %%styleFunctionName%%() {
mgraphics.set_source_rgba(%%r%%, %%g%%, %%b%%, %%a%%);
}
`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment