---
title: Createjs Reviews
meta_title: 'Createjs Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 33 reviews by the users' company size, role or industry to
  find out how Createjs works for a business like yours.
aggregate_rating:
  rating_value: 4.2
  review_count: 33
  scale: '5'
date_modified: '2026-08-07'
parent_category:
  name: Web Frameworks
  url: https://www.g2.com/categories/web-frameworks
---


# Createjs Reviews
**Vendor:** Createjs  
**Category:** [JavaScript Web Frameworks](https://www.g2.com/categories/javascript-web-frameworks)  
**Average Rating:** 4.2/5.0  
**Total Reviews:** 33
## About Createjs
Createjs is a suite of modular libraries and tools which work together or independently to enable interactive content on open web technologies via HTML5.




## Createjs Reviews
  ### 1. CreateJs, a quick and familiar api to build HTML games if you come from flash background.

**Rating:** 3.5/5.0 stars

**Reviewed by:** vikram k. | Senior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 02, 2021

**What do you like best about Createjs?**

It's familiar API for flash developers. It's seamless integration with AnimateCC. It has good community base.

**What do you dislike about Createjs?**

It's lack of good support for webgl. There is no active development as of now. So it's difficult to convince clients to use it as game engine. There is no official support for things like spine, physics engine etc..

**What problems is Createjs solving and how is that benefiting you?**

Mostly I use createjs for small interactive games. It's a good tool to port flash games to HTML since we can generate createjs code from animatecc, it reduces time to recreate the graphics in createjs.

  ### 2. Good at what it does, but needs improvement

**Rating:** 3.5/5.0 stars

**Reviewed by:** Levi B. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 17, 2020

**What do you like best about Createjs?**

Using CreateJS with published Js files from Flash helped speed up content creation. That integration was the main reason I used CreateJS

**What do you dislike about Createjs?**

There is a steep learning curve for anything above a basic implementation, and there were a few unintended behaviors that required extra work. Specifically the ticker wasn't always very precise.

**Recommendations to others considering Createjs:**

Look  through example code and write a very small app using audio and video. You'll want to know if you can understand the docs well and if the code itself is easy enough to use. It's not for everybody but if you can understand it well it will be a good tool, if you dont understand it you can shoot yourself in the foot with weird bugs.

**What problems is Createjs solving and how is that benefiting you?**

Allowing designers to create animated or interactive courses in Flash without having to worry about the code. As a developer with a custom course player using a lot of CreateJS  I was able to support over 3-4 designers continuously making courses. This saved time and was reliable enough to focus on features instead of getting caught up in simple things like audio/video loading.

  ### 3. CreateJs : The best Library for creating dynamic and interactive websites.

**Rating:** 4.0/5.0 stars

**Reviewed by:** sarthak s. | SDE, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 07, 2020

**What do you like best about Createjs?**

CreateJS is divided into multiple modules. These modules cover almost everything from things like loading large resources from the server to rendering, animations, and sounds. The Best thing about this is that each of these modules comes with their own complete documentation which makes it very simple to work with. Also, these libraries are really lightweight which makes it perfect for web applications.

**What do you dislike about Createjs?**

Even after wonderful documentation. The learning curve of the library is pretty high. Users should have a basic knowledge of how images/sprites are rendered and how tweens work.

**Recommendations to others considering Createjs:**

This is a really powerful library for creating a graphics-heavy website. But if you are using it for creating a game then you should have a basic knowledge of the video game development process.

**What problems is Createjs solving and how is that benefiting you?**

I have previously used CreateJS to develop a dynamic gamified website. This website was more of an interactive registration portal for a college fest.  Link: https://sarthakz9.github.io/SpaceBot/html/index.html

CreateJS really helped us in playing with the Canvas element of the HTML5. It was very easy to work with sprites animation. It also supports text rendering which was also handy in creating UI elements for the game.

TweenJS was really effective in creating complex animations. The library includes The concept of chaining simple animations together. which were really helpful in creating loopable animations for a lot of things in a few lines of code.

PreloadJS eased a lot in caching and downloading the large resources of the project. This helped a lot in avoiding a lot of unneeded boilerplate code.

It really a powerful library and almost worked as a mini Game-Engine in our use-case.

  ### 4. A Great Tool to create HTML5 games

**Rating:** 4.0/5.0 stars

**Reviewed by:** shikha g. | Game Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 16, 2020

**What do you like best about Createjs?**

CreateJS itself have PreLoadJS,TweenJs, EaselJS,SoundJS so you can render loaders and audio easily and they are so easy to integrate.
There are many examples available as well from its own website..from basics to advanced visual effects.I have personally learned so much from that and these examples really come handy . its very simple and easy to use especially for a beginner in a effective manner.
CreateJs Community  is also very responsive.

**What do you dislike about Createjs?**

Using certain filters such as blurFilters etc in developing mobile games... gives performance-related issues on devices... 
but that does not deter its other benefits.

**Recommendations to others considering Createjs:**

Create JS is actively developed, If you have never used it before its definitely worth a try. It is really easy to use and is really powerful library in terms of providing visual effects using timelines. Also, the team seems responsive to issues raised by the community members.

**What problems is Createjs solving and how is that benefiting you?**

I have developed many HTMl5 games using CreateJs suite. From a single tool, we have unified all the libraries. Now, in a lesser time we can build things which would take more time before the existence of such library. 
we do not need to use a separate library for sound, animations. It is also combined with TweenJs and SoundJS as well.

  ### 5. I have 5 years experience in Web Application development .

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Games | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 10, 2020

**What do you like best about Createjs?**

CreateJs is the key part for the flash to HTML project using AnimateCC.

**What do you dislike about Createjs?**

It's used to create Html5 canvas element with high-end graphics and animations. but loading time it high compare to normal web pages.

**Recommendations to others considering Createjs:**

Gamming,  Html canvas project

**What problems is Createjs solving and how is that benefiting you?**

we can create custom animation with HTML elements using AnimateCC. and use a third-party library to increase the Performance.

  ### 6. Varun

**Rating:** 4.0/5.0 stars

**Reviewed by:** Varun S. | Project Manager, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 06, 2021

**What do you like best about Createjs?**

Virtual DOM helps it perform faster and better

**What do you dislike about Createjs?**

Not a full fledged framework like AngularJs it is a library

**Recommendations to others considering Createjs:**

Those who are into html css should also try this and learn more

**What problems is Createjs solving and how is that benefiting you?**

Trying to develop mobile and web applications using it.

  ### 7. For html5 game development purpose its good framework

**Rating:** 3.5/5.0 stars

**Reviewed by:** A D. | Freelance Game Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 28, 2020

**What do you like best about Createjs?**

Most helpful things in CreateJS that is very easy coding and if you are experience with AS2 or 
AS3 then you don't have to know more.

**What do you dislike about Createjs?**

I mostly dislike , that physics engine are not robust and not more efficient and up to date  in createjs.

**Recommendations to others considering Createjs:**

I advise following points

1) Its easy to learn.
2) You can learn within small time.
3) Only this framework is used in Adobe Flash content covert to HTML5. No other framework is used in flash
4)The support and simple guide.

**What problems is Createjs solving and how is that benefiting you?**

I have converted Adobe Flash to html5 and its really good and cool thing about Creatjs

  ### 8. Interesting i can fina

**Rating:** 4.0/5.0 stars

**Reviewed by:** MOHSSINE K. | Full-stack Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 26, 2020

**What do you like best about Createjs?**

I really like how can I easily remember method and the way I was coding on AS3

**What do you dislike about Createjs?**

The worst thing in it, is that the problem of screens especially if you're writing on Animate CC , even when you set a fixed resolution it gives you unsuitable one, I really love to see this problem fixed soon

**What problems is Createjs solving and how is that benefiting you?**

I was working on some e-learning simple games and CreateJs is the best choice for such HTML5 games

  ### 9. Good enough to play on canvas

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in E-Learning | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 25, 2020

**What do you like best about Createjs?**

createjs makes creating HTML5 canvas activities easy. Click can be bound to the exact obejct shape. Lot of useful API under the stage. New StagGL class. Adobe flash can export createjs movie clips.

**What do you dislike about Createjs?**

Nothing as such, but easle js itself can not be used to render 3D content.

**What problems is Createjs solving and how is that benefiting you?**

Mostly used for creating canvas based activities, it gives great flexibility while using canvas.

  ### 10. Awesome to build simple games for kids & adults

**Rating:** 4.0/5.0 stars

**Reviewed by:** Akhil S. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 24, 2020

**What do you like best about Createjs?**

simplicity to use the libraries
good set of demos on how to use the library
open source

**What do you dislike about Createjs?**

I don't see it to build complex games
integration into mobile apps is not very straightforward

**Recommendations to others considering Createjs:**

Identify the use case,  understand the JS skill level of your team and then go for it.

**What problems is Createjs solving and how is that benefiting you?**

Made brain teaser games for kids - mostly on desktops
Some benefits which I believe it can be used for - prototypes for games, studio, etc.

  ### 11. I've used Createjs in a few projects, especially through its integration with Adobe Animate.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Philip S. | Freelance Web Designer and Front-end Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 16, 2020

**What do you like best about Createjs?**

The integration with Adobe Animate makes creating and exporting web-ready animation easy. The API is intuitive.

**What do you dislike about Createjs?**

Assurance that the framework will continue to be developed is not obvious. Framework is currently not using ES6 syntax.

**What problems is Createjs solving and how is that benefiting you?**

Complex animations with interactivity are easy to generate.

  ### 12. A powerful tool that requires a bit of learning curve but worth the time to learn

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Games | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 22, 2020

**What do you like best about Createjs?**

I like that it's a one solution to all the media needs for web and for my case a web library for games.

**What do you dislike about Createjs?**

The different libraries have different documentation and setup. This requires some time and energy to setup the different libraries and research to properly utilize them.

**What problems is Createjs solving and how is that benefiting you?**

I was trying to solve the problem of cross browser support as well as several functionalities needed in a game development library for web games. I have to realized that if I used createjs I did not need to worry about how to implement each functionalities for different browser types and just focus on my development.

  ### 13. Good framework for small games easy to maintian

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Games | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 15, 2020

**What do you like best about Createjs?**

Good community
Vector based games
Cross platform

**What do you dislike about Createjs?**

Performance is low due to vector for converting to raster it is same effort as compared to other game engine

**Recommendations to others considering Createjs:**

Use it wisely as when making heavy games. Performance might affect because of vector

**What problems is Createjs solving and how is that benefiting you?**

Vector is easy to maintain and change

  ### 14. Easy to use set of JS libraries

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Leisure, Travel & Tourism | Mid-Market (51-1000 emp.)

**Reviewed Date:** June 29, 2019

**What do you like best about Createjs?**

It's very easy to implement, especially for audio and video elements. The instructions are well detailed. Team is also very responsive.

**What do you dislike about Createjs?**

Honestly nothing. Some of the Libraries could have been better but that does not deter it from being a very powerful tool.

**What problems is Createjs solving and how is that benefiting you?**

It's helpful for both a beginner to quickly create a web application as well as for an experienced professional for helping add complex features by the help of it's libraries.

  ### 15. great for creating vibrant content

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Entertainment | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 11, 2019

**What do you like best about Createjs?**

the end result of crafting a vibrant and effective java script using previous examples.

**What do you dislike about Createjs?**

never enough data in their libraries I would like to see their templates and ideas grow.

**Recommendations to others considering Createjs:**

worth investigating further for media companies. 

**What problems is Createjs solving and how is that benefiting you?**

the benefits include accessing java script that forms a template to seed up delivery of ideas to the audience. 

  ### 16. Super easy JS library to use

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 26, 2018

**What do you like best about Createjs?**

It's a suite of helpful JS libraries, allowing you to quickly implement audio and visual features on your site. Very easy to deploy, implement, upgrade and maintain. 

**What do you dislike about Createjs?**

Some of the functionality isn't quite as powerful as some competitors. 

**Recommendations to others considering Createjs:**

Create JS is actively developed, and the team seems responsive to issues raised by the community members. 

**What problems is Createjs solving and how is that benefiting you?**

Adding audio and visual features to my sites has become easier since picking up Create JS


## Createjs Discussions
  - [Yes , I can ask .](https://www.g2.com/discussions/32926-yes-i-can-ask) - 1 comment, 1 upvote

- [View Createjs pricing details and edition comparison](https://www.g2.com/products/createjs/reviews?filters%5Bnps_score%5D%5B%5D=4&section=pricing&secure%5Bexpires_at%5D=2026-08-10+23%3A39%3A47+-0500&secure%5Bsession_id%5D=d1d849e2-6a28-455b-9381-11de6b3f13fa&secure%5Btoken%5D=535d2c40365bd24dbce5e54e429aad32e2f512977b35f91cee943013447f4a69&format=llm_user)

## Createjs Features
**JavaScript Frameworks**
- Libraries
- Community
- Widgets
- Browser Support
- Graphical Visualization
- Mobile Support

## Top Createjs Alternatives
  - [Essential Studio](https://www.g2.com/products/essential-studio/reviews) - 4.5/5.0 (784 reviews)
  - [Progress Kendo UI](https://www.g2.com/products/progress-kendo-ui/reviews) - 4.4/5.0 (251 reviews)
  - [Angular](https://www.g2.com/products/angular/reviews) - 4.5/5.0 (157 reviews)

