@aws/pdk
Version:
All documentation is located at: https://aws.github.io/aws-pdk
11 lines (10 loc) • 573 B
TypeScript
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
/** Name of folder where generated assets are stored */
export declare const ASSET_DIRNAME = "assets/aws-arch";
/** Name of category asset icon files (without extension) */
export declare const CATEGORY_ICON = "category_icon";
/** Name of service asset icon files (without extension) */
export declare const SERVICE_ICON = "service_icon";
/** Pixel size of generated png assets (width & height) */
export declare const PNG_ASSET_SIZE = 450;