mirror of
https://github.com/google/blockly.git
synced 2025-12-16 14:20:10 +01:00
* chore: remove alias comments * chore: format * chore: remove extra newlines * chore: fix bad replaces
16 lines
282 B
TypeScript
16 lines
282 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2022 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* Contains the path to a single png tat holds the images for the trashcan
|
|
* as well as the zoom controls.
|
|
*/
|
|
export const SPRITE = {
|
|
width: 96,
|
|
height: 124,
|
|
url: 'sprites.png',
|
|
};
|