Releases: ion-cloud/easel
Releases · ion-cloud/easel
First release
This first release was a port from the original ion-cloud
library. You can now import & install individual components instead of all at once.
The original functionality can be maintained with npm i @ion-cloud/core
and then import {Ion,Easel} from '@ion-cloud/core';
.
The individual component install/import can be done with npm i @ion-cloud/easel
and then import {Easel} from '@ion-cloud/easel';
.