1.2.6 • Published 10 years ago

planett-img v1.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Planett Img

Install

  npm install planett-img --save

Example

  import React from 'react';
  import ReactDOM from 'react-dom';
  import {Img} from 'planett-img';

  (() => {
    ReactDOM.render(
      <Img src={'./public/favicons/favicon-96x96.png'} />,
      document.getElementById('root')
    );
  })();
1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago