@vercel/og
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1,3 +0,3 @@ | ||
import { EdgeImageResponse } from 'src/index.edge.types'; | ||
import { FigmaImageResponseProps } from 'src/types'; | ||
import type { EdgeImageResponse } from '../index.edge'; | ||
import { FigmaImageResponseProps } from '../types'; | ||
declare type InternalFigmaImageResponseProps = FigmaImageResponseProps & { | ||
@@ -4,0 +4,0 @@ Response: EdgeImageResponse; |
@@ -7,1 +7,2 @@ import type { ReactElement } from 'react'; | ||
export declare const experimental_FigmaImageResponse: (props: FigmaImageResponseProps) => Promise<ImageResponse>; | ||
export declare type EdgeImageResponse = typeof ImageResponse; |
@@ -27,1 +27,2 @@ /// <reference types="node" /> | ||
export declare const experimental_FigmaImageResponse: (props: FigmaImageResponseProps) => Promise<import("./index.edge").ImageResponse>; | ||
export declare type NodeImageResponse = typeof ImageResponse; |
{ | ||
"name": "@vercel/og", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7326647
17
38921