blob: f80516297c7014f1be8c923d3666fbf12547c15a [file] [log] [blame]
// Adds compile-time JS functions to augment the SkottieKit interface.
(function(SkottieKit) {
// This intentionally dangles because we want all the
// JS code to be in the same scope, but JS doesn't support
// namespaces like C++ does. Thus, we simply include this
// preamble.js file, all the source .js files and then postamble.js
// to bundle everything in the same scope.