| load("//infra-sk:index.bzl", "sk_element") |
| |
| sk_element( |
| name = "skottie-exporter-gif-sk", |
| sass_srcs = ["skottie-exporter-gif-sk.scss"], |
| sk_element_deps = [ |
| "//skottie/modules/skottie-dropdown-sk", |
| "//skottie/modules/skottie-player-sk", |
| "//elements-sk/modules/icons/info-icon-sk", |
| "//skottie/modules/skottie-button-sk", |
| "//skottie/modules/skottie-exporter-sk/skottie-exporter-base-sk", |
| ], |
| ts_deps = [ |
| "//elements-sk/modules:define_ts_lib", |
| "//skottie/modules/helpers:framecollectorfactory_ts_lib", |
| "//:node_modules/@ffmpeg/ffmpeg", |
| "//:node_modules/lit", |
| ], |
| ts_srcs = [ |
| "index.ts", |
| "skottie-exporter-gif-sk.ts", |
| ], |
| visibility = ["//visibility:public"], |
| ) |