This first release was a port from the original ion-cloud
library. You can now import individual components of the ion-cloud engine such as import {Phaser} from '@ion-cloud/phaser';
. The old functionality of importing everything can be maintained by either import * as IonCloud from '@ion-cloud/core';
or import {Phaser,Easel} from '@ion-cloud/core';