1.0.7 • Published 1 year ago

zdog-helper v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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
})
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago