nagelflorian/is-figma-url

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "is-figma-url",
  "version": "1.0.2",
  "description": "Simple regex to check whether a string is a valid Figma live embed url",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "prepublish": "yarn run test"
  },
  "keywords": [
    "figma",
    "figma-link",
    "figma-url",
    "figma-embed",
    "figma-live-embed"
  ],
  "author": "Florian Nagel <hi@floriannagel.xyz> (https://floriannagel.xyz/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nagelflorian/is-figma-url.git"
  },
  "bugs": {
    "url": "https://github.com/nagelflorian/is-figma-url/issues"
  },
  "homepage": "https://github.com/nagelflorian/is-figma-url#readme",
  "devDependencies": {
    "jest": "^27.5.1",
    "jest-junit": "^13.0.0"
  }
}