Skip to main content
Wadus2020
Participating Frequently
October 23, 2018
Answered

Documentation resources for HTML5 canvas codebase

  • October 23, 2018
  • 1 reply
  • 185 views

I am trying to understand how to properly manipulate the codebase Animate exports as a HTML5 canvas project. The only documentation set I found was https://createjs.com/ , but it feels like it lacks specific references to the exported Animate codebase.

Any other suggestions of resources?

Thanks

    This topic has been closed for replies.
    Correct answer ClayUUID

    It's not a codebase, it's just generated API calls, and what do you mean by "manipulate" it?

    In any case, the CreateJS documention is indeed the best reference for understanding the CreateJS API. Sometimes you might get lucky and find answers to specific questions on Stack Overflow.

    1 reply

    ClayUUIDCorrect answer
    Legend
    October 23, 2018

    It's not a codebase, it's just generated API calls, and what do you mean by "manipulate" it?

    In any case, the CreateJS documention is indeed the best reference for understanding the CreateJS API. Sometimes you might get lucky and find answers to specific questions on Stack Overflow.