@isaac_ua/drei-html-fix
Version:
drei-html-fix is a React utility that resolves alignment and offset issues with the Html component from @react-three/drei
46 lines (45 loc) • 1 kB
JSON
{
"name": "@isaac_ua/drei-html-fix",
"description": "drei-html-fix is a React utility that resolves alignment and offset issues with the Html component from @react-three/drei",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup src/index.ts",
"semantic-release": "semantic release"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@react-three/fiber": "^8.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"author": "Dmyto Hordus",
"license": "MIT",
"keywords": [
"drei",
"react-three",
"threejs",
"html",
"offset",
"dpi",
"fix",
"component",
"react",
"web",
"3d",
"interaction",
"position",
"layout",
"responsive"
],
"homepage": "https://github.com/IsaacUA/drei-html-fix"
}