Skip to main content
Inspiring
September 20, 2019
Question

How to use createjs in react.

  • September 20, 2019
  • 1 reply
  • 1262 views

How to use createjs in react.

How to import createjs and use?

 

like this 

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 20, 2019

use the script tag in your html. eg,

 

<script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script>

iPengAuthor
Inspiring
September 23, 2019

Not this.

It's like this