is-figma-url

1.0.2 • Public • Published

is-figma-url CircleCI npm Maintainability Test Coverage

Simple regex to check whether a string is a valid Figma live embed url.

Install

npm install is-figma-url --save

Quick start

import isFigmaUrl from 'is-figma-url';

isFigmaUrl('https://www.figma.com/file/LKQ4FJ4bTnCSjedbRpk931/Sample-File'); // true
isFigmaUrl('https://www.google.com/'); // false

Dependents (0)

Package Sidebar

Install

npm i is-figma-url

Weekly Downloads

146

Version

1.0.2

License

MIT

Unpacked Size

4.56 kB

Total Files

8

Last publish

Collaborators

  • floriannagel