@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 436 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const iotHubContent = `${BASE_URL}/products/iotHub/iot-hub-content.webp`;
const iotHubKeyvisual = `${BASE_URL}/products/iotHub/iot-hub-keyvisual.webp`;
const iotHubOriginal = `${BASE_URL}/products/iotHub/iot-hub-original.webp`;
const iotHubWire = `${BASE_URL}/products/iotHub/iot-hub-wire.svg`;
export {
iotHubContent,
iotHubKeyvisual,
iotHubOriginal,
iotHubWire
};