3088c69b5f
The goal is to see how small this can be w/o disrupting CanvasKit. Change-Id: Ia96ebf94dbe335d9db481d9264279163f8c37e16 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/285012 Reviewed-by: Florin Malita <fmalita@chromium.org>
9 lines
378 B
JavaScript
9 lines
378 B
JavaScript
// 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.
|