In a previous article I described how you can easily integrate animations from Adobe Animate into a website using an APNG export. There is also the native way via the HTML5 Canvas Export , but anyone who has ever worked with it will notice that there are problems at every turn (insufficient responsive support, cumbersome integration into existing websites, no different frame rates per animation, etc.). The library adobe-animate-embed can help here.
First you create a new project and select the "HTML5 Canvas" type:

Then you publish the project with the standard publication settings:

Now you integrate the library adobe-animate-embed and play the animation within a DOM element:
3ad3cc9d9915693d69583124699f1a2b
Many more examples and options are available in the library documentation .