Skip to content

Release 5.0.0-beta.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:56
4da3a58

What's Changed

Full Changelog: 4.0.4...5.0.0-beta.0

New usage

// For mobiles import from the /mobile package. It skips a lot of the security checks needed when running on a server
import {getLinkPreview} from "link-preview-js/mobile"

// For node you can import without suffix or with /node
import {getLinkPreview} from "link-preview-js/node"