1.0.7 • Published 2 years ago

zdog-helper v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago