+
obx.observe(e)}
+ src={bannerImg()}
+ style={{
+ "object-fit": "contain",
+ width: "100%",
+ height: "100%",
+ }}
+ crossOrigin="anonymous"
+ onLoad={async (event) => {
+ const ins = new FastAverageColor();
+ const colors = ins.getColor(event.currentTarget);
+ setBannerSampledColors({
+ average: colors.hex,
+ text: colors.isDark ? "white" : "black",
+ });
+ }}
+ >
+
+
+