Skip to content

danielyu128/bluprint

 
 

Repository files navigation

Blueprint, built at UofTHacks13

3D Model Room Importer Extension

Setup

  1. Install dependencies:
npm install
npm run build
  • Open Chrome and go to chrome://extensions/
  • Enable "Developer mode" in the top right
  • Click "Load unpacked"
  • Select the dist folder from this project

Development

npm run dev

Structure

  • manifest.json - Extension manifest file (Manifest V3)
  • src/App.jsx - Main React component with the button
  • src/App.css - Styling for the popup
  • vite.config.js - Vite build configuration

About

Cursor for Interior Design. Take pictures of your room, receive an accurate 3D Layout in seconds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 75.6%
  • JavaScript 13.0%
  • HTML 8.8%
  • CSS 2.6%