@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
49 lines (48 loc) • 1.05 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.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup src/index.ts",
"semantic-release": "semantic release"
},
"peerDependencies": {
"@react-three/fiber": ">=8 <10",
"react": ">=18",
"react-dom": ">=18"
},
"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",
"dependencies": {
"tslib": "^2.8.1"
}
}