Skip to content

maxmarkus/luigi-fiddle-examples

Repository files navigation

My Fiddle examples

Add the following code as fiddle configuration, this will add the examples from this configuration to your fiddle:

const baseUrl = 'https://maxmarkus.github.io/luigi-fiddle-examples/';
fetch(baseUrl + 'example-runner.js')
  .then((res) => res.text())
  .then(raw => {
    eval(raw)(baseUrl);
  });

About

Examples that can be digested by Luigi fiddle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published