blob: 252fc999a5025a24bebcd081bd656d9302ba6b9d [file] [log] [blame]
load("//infra-sk:index.bzl", "sk_element")
sk_element(
name = "skottie-gif-exporter-sk",
sass_srcs = ["skottie-gif-exporter-sk.scss"],
sk_element_deps = [
"//skottie/modules/skottie-player-sk",
"//elements-sk/modules/select-sk",
],
ts_deps = [
"//infra-sk/modules/ElementSk:index_ts_lib",
"//skottie/modules/helpers:gifstorage_ts_lib",
"@npm//lit-html",
"//elements-sk/modules:define_ts_lib",
"//infra-sk/modules:human_ts_lib",
],
ts_srcs = [
"index.ts",
"skottie-gif-exporter-sk.ts",
],
visibility = ["//visibility:public"],
)
filegroup(
name = "gif_js",
srcs = ["gif.js"],
visibility = ["//skottie:__subpackages__"],
)
filegroup(
name = "gif_worker_js",
srcs = ["gif.worker.js"],
visibility = ["//skottie:__subpackages__"],
)