blob: e40226d172acd0f1dfe0a5e54f3b6697deb6bfeb [file] [log] [blame]
load("//infra-sk:index.bzl", "sk_element")
sk_element(
name = "skottie-library-sk",
sass_srcs = ["skottie-library-sk.scss"],
sk_element_deps = ["//skottie/modules/skottie-player-sk"],
ts_deps = [
"//infra-sk/modules/ElementSk:index_ts_lib",
"//skottie/modules/skottie-text-editor-sk:text-replace_ts_lib",
"//skottie/modules:types_ts_lib",
"@npm//jszip",
"@npm//lit-html",
"//elements-sk/modules:define_ts_lib",
"//infra-sk/modules:dom_ts_lib",
],
ts_srcs = [
"index.ts",
"skottie-library-sk.ts",
],
visibility = ["//visibility:public"],
)