You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create custom element types using Canvallax.createElement(object). The object provided will be added to that element's prototype and inherited by each element of that type.
Each element type created should include a render property with a function that will actually draw that element on the canvas.