0.6.0 • Published 6 days ago

react-scale-adjust v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

react-scale-adjust

scale-adjust 的 React 封装

安装

pnpm add react-scale-adjust

使用

import { Scaler } from '../lib/main'

const App = () => {
  return (
    <div style={{ width: '60vw', height: '47vh', backgroundColor: 'darkcyan' }}>
      <Scaler
        width={1920}
        height={1080}
        onScale={(scale) => {
          console.log('scale:', scale)
        }}
        style={{ background: 'orange' }}
      >
        Hello, world!
      </Scaler>
    </div>
  )
}

export default App
0.6.0

6 days ago

0.5.0

3 months ago

0.4.0

3 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago