1.2.6 • Published 8 years ago

planett-img v1.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago