1.2.6 • Published 2 years ago

cool-image v1.2.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

cool-image

introduce🤔

Only one image is needed to achieve preview of 2D and 3D image operations🤪

source code🚀

https://github.com/sniHao/cool-image

Effect Preview👨‍🚀

2D: 2D Function Example Display

3D: 3D Function Example Display

Installation Tutorial🚀

npm i cool-image

Instructions for use🍋

Globally introduced in Vue, it can be directly used in other components

  • in main.ts
import CoolImage from 'cool-image'
import 'cool-image/cool-image.css'

app.use(CoolImage)
  • In the component
<CoolImage :width="1300" :height="690" :coolUrl="xxx" :bgColor="xxx"></CoolImage>

Attribute Description:

1.2.6

2 years ago

1.2.1

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago