Files
blockly/core/sprites.ts
Rachel Fenichel 1d1a927628 chore: remove alias comments (#6816)
* chore: remove alias comments

* chore: format

* chore: remove extra newlines

* chore: fix bad replaces
2023-02-06 10:08:55 -08:00

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',
};