Skip to content

Commit

Permalink
add missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 8, 2024
1 parent 6cdeee8 commit e8e1d1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample/resizeObserverHDDPI/meta.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export default {
name: 'ResizeObserver HD-DPI Fullscreen',
description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen`,
description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen
There should be no [Moiré patterns](https://www.google.com/search?q=Moir%C3%A9%20pattern) regardless of zoom level.
<sup>(<a href="https://caniuse.com/mdn-api_resizeobserverentry_devicepixelcontentboxsize">except possibly in Safari</a>)</sup>`,
filename: __DIRNAME__,
sources: [{ path: 'main.ts' }, { path: 'checker.wgsl' }],
};

0 comments on commit e8e1d1b

Please sign in to comment.