Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-gifty-previewNew to Visual Studio Code? Get it now.
vscode-gifty-preview

vscode-gifty-preview

theniceangel

|
175 installs
| (0) | Free
preview gifty file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-gifty-preview README

Provide a custom editor to render files which contains following data structure.

Notice

only support vscode 1.65+

data structure

interface ImageMetaData = {
  remoteUrl: string // image src
  name: string // image name
  width: number
  height: number
  size: string // sizeInfo, such as '16kb'
}

// the content of a.gifty file
[
  {
    "remoteUrl": "https://gift-pypu-cdn.didistatic.com/static/driver_miniprogram/do1_rDiZeZm36LdulEDn4P5U",
    "name": "123.png",
    "width": 1182,
    "height": 1182,
    "size": "17kb"
  }
  // ...
] as ImageMetaData[]

preview

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft