360tooz 中文文档教程
360 Tooz
This is a program that gives you a GIF from the 360 product view on the Youtooz website product page.
Requirements
- Node.js 14+
- NPM 6+
Installation
npm install -g 360tooz
How to use
在终端窗口中运行
spintooz <url> [params]
“url”
必须是指向您要为其创建 GIF 的产品页面的链接。 [注意:某些产品(例如 Bruh Plush 或 RipNDip Hoodie)无法使用,因为它们的 360 度视图混乱或不存在]
参数:
--offset 或 -o
是它跳过的帧数(例如 1 获取所有图像,2 获取所有其他图像等)。 (默认值:1)
--quality 或 -q
是一个从 1 到 10 的数字,表示颜色的质量。 (默认:10)
--delay 或 -d
是从一帧到下一帧所需的时间,以毫秒为单位。 (默认:50)
--output 或 -O
指定保存 gid 的位置,默认情况下它保存在工作目录中。 (默认值:'./')
--default 或 -D
跳过检查其他参数并使用所有默认值。
Licence
麻省理工学院
360 Tooz
This is a program that gives you a GIF from the 360 product view on the Youtooz website product page.
Requirements
- Node.js 14+
- NPM 6+
Installation
npm install -g 360tooz
How to use
In a terminal window run
spintooz <url> [params]
"url"
must be a link to the product page that you want to create the GIF of. [Note: Some products such as Bruh Plush or RipNDip Hoodie do not work because they're 360 View is messed up or non existent]
Params:
--offset or -o <number>
is the number of frames it skips (e. g 1 gets all the images, 2 gets every other image etc. ). (Default: 1)
--quality or -q <number>
is a number from 1 to 10 that represents how good quality the colors will be. (Default: 10)
--delay or -d <number>
is the time it takes to go from one frame to the next in milliseconds. (Default: 50)
--output or -O <path/to/dir>
Specifies where to save the gid, by default it saves it in the working directory. (Default: './')
--default or -D
Skips checking for other parameters and uses all defaults.
Licence
MIT