Merge "Create functionality to change opacity image size"
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..f84f778
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,8 @@
+load("//tools/bzl:js.bzl", "polygerrit_plugin")
+
+polygerrit_plugin(
+    name = "image-diff",
+    srcs = glob(["**/*.html", "**/*.js"]),
+    app = "plugin.html",
+    deps = ["//lib/js:resemblejs"],
+)
\ No newline at end of file