shareshade
Version:
A zero-dependency JavaScript library that overlays a shared gradient background across multiple elements.
41 lines (40 loc) • 965 B
JSON
{
"name": "shareshade",
"version": "1.0.3",
"description": "A zero-dependency JavaScript library that overlays a shared gradient background across multiple elements.",
"main": "shareshade.js",
"module": "shareshade.js",
"types": "index.d.ts",
"exports": {
"import": "./shareshade.js",
"require": "./shareshade.js"
},
"type": "module",
"files": [
"shareshade.js",
"README.md",
"LICENSE"
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/Jakub6Matejicek/Shareshade"
},
"keywords": [
"gradient",
"overlay",
"shared-background",
"visual-design",
"javascript",
"dom",
"ui",
"library",
"component"
],
"author": "Jakub Matějíček",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jakub6Matejicek/Shareshade/issues"
},
"homepage": "https://github.com/Jakub6Matejicek/Shareshade#readme"
}