0.6.2 • Published 1 year ago

@julienbonteweb/shaper v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Shaper

Create background with basic shapes for cross platform with React Native

Installation

Install my-project with npm

  npm install @julienbonteweb/shaper

or

  yarn add @julienbonteweb/shaper

Usage/Examples

import Shaper from '@julienbonteweb/shaper';

// ...

<Shaper
    tileSize={50} seed={['demo']}
    loss={30}
    theme={[ShaperTheme.Basic]}
    colorScheme={{
    shapeColor: ['#F0EAD2', '#DDE5B6'],
    }}
    />

Roadmap

  • Add more shapes
  • Add more grid option
  • Add image with mask option
  • Add tests
  • Add a lot of optimization (currently it is a bit ... heavy for not so much)

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago