1.0.3 • Published 1 year ago

opimages v1.0.3

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

Make Development fast

opimages

A simple React package providing placeholders for instant development.

Installation

npm install opimages

# Usage
import Opimage from "opimages";

function App() {
  return (
    <div className="App">
      <Opimage width="600" height="400"></Opimage>
      <Opimage width="200" height="400"></Opimage>
      <Opimage width="800" height="600"></Opimage>

    ### The maximum image size is 4000 x 4000.

    </div>
  );
}

export default App;

contribution by ompharate

thank you Placehold.co

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago