magikarp-js
v1.2.9
Published
Splish splash, I was taking a bath
Downloads
2
Readme
Description
Splish splash, I was taking a bath!
Do you love Magikarp?
Have you wanted Magikarp in your JS code for a long time?
No problem! With this module you can have a part of Magikarp in your code doing absolutly NOTHING!
Setup
npm install magikarp-js
Usage
const { generation, splash } = require('magikarp-js');
splash(generation.genOne);
It even supports all the different generations! FOR FREE
const { generation, splash } = require('magikarp-js');
splash(generation.genTwo);
splash(generation.genThreeAndUp);
For the modern developer, it obviously works in every FOTM framework
import { generation, splash } from 'magikarp-js';
import logo from './logo.svg';
import './App.css';
function App() {
splash(generation.genThreeAndUp);
return (
<div className="App">
</div>
);
}
export default App;
Security
On a more serious note, please do not just import random javascript packages, you never know what the maintainer does with them down the road.