Skip to content

First release

Latest
Compare
Choose a tag to compare
@NathanielInman NathanielInman released this 23 Oct 17:21

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';