Skip to content

Commit

Permalink
Modifying exports
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Traut committed Mar 26, 2022
1 parent d40104c commit ff949ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ exports.createEvent = Events.newEvent;
exports.createParam = Events.newParam;
exports.Easing = EASINGS;
exports.Event = EVENTS;
exports.FromString = Storyboard.fromString;
exports.FromFile = Storyboard.fromFile;
exports.ease = Easings.ease;

0 comments on commit ff949ea

Please sign in to comment.