Skip to content

adai212/zdog-helper

Repository files navigation

ZdogHelper

main.js

import zdogHelper from 'zdog-helper'
import 'zdog-helper/dist/style.css'
createApp(App)
  .use(zdogHelper)
  .mount('#app')

component.vue

const illo = new Zdog.Illustration({
  element: '.zdog-canvas'
});
function animate() {
  illo.updateRenderGraph();
  requestAnimationFrame(animate);
}
animate();

this.$zdogHelper({
  modal: illo
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published