Add New File
By dragging and dropping Assets
on the desktop to `AssetBox', you can specify the path to save the assets and add it.
If the added assets does not exist in the project, it is added immediately. However, if it exists, it shows the duplicate paths and asks to add it again.
Step 1
- pnpm
- yarn
- npm
$ pnpm assetbox manage
$ yarn assetbox manage
$ npm run assetbox manage
Step 2
For example, drag and drop gallery.svg
to add it to the browser.
Step 3
You can choose the path where assets
will be saved.
Step 4
If there are no duplicate assets
in the project, the dragged and dropped assets
are directly added to the project.
If there are duplicate assets
in the project, the duplicate paths and a modal asking if you want to add them are shown.
Step 5
Even though it is duplicated assets
, it can be added.
However, we recommend skip
.