AgtLucas / search-photos-by-model-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x6ud.github.io

Project setup

npm install

Development

npm run serve

Compiles and minifies for production

npm run build

Adding photos

  1. Apply for a Flickr API key here.

  2. Run the project with npm run serve.

  3. Open /#/editor, paste your Flickr API key into the textbox requesting it.

  4. Click the "Get One" button to get a photo.

Adding models

  1. Put the .obj file into static/models. It's better to keep files within 1MB. I use Blender and MeshLab to reduce the models.

  2. Add model url and author link to src/models.ts.

About

License:MIT License


Languages

Language:TypeScript 63.8%Language:Vue 34.7%Language:HTML 1.4%Language:JavaScript 0.1%