# test-mash-my-room

> You can install test-mash-my-room npm package using the following command:

Latest version **0.1.1** (published 2023-09-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install test-mash-my-room
pnpm add test-mash-my-room
yarn add test-mash-my-room
bun add test-mash-my-room
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2023-09-04 |
| First published | 2023-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 20 |
| Unpacked size | 8.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | khaoulakhemiri |

## Links

- npm: https://www.npmjs.com/package/test-mash-my-room
- npm.io page: https://npm.io/package/test-mash-my-room

## Dependencies (20)

- [i](https://npm.io/package/i.md) ^0.3.7
- [npm](https://npm.io/package/npm.md) ^9.8.1
- [axios](https://npm.io/package/axios.md) ^1.4.0
- [konva](https://npm.io/package/konva.md) ^9.2.0
- [react](https://npm.io/package/react.md) ^18.2.0
- [redux](https://npm.io/package/redux.md) ^4.2.1
- [firebase](https://npm.io/package/firebase.md) ^10.1.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [react-ga4](https://npm.io/package/react-ga4.md) ^2.1.0
- [use-image](https://npm.io/package/use-image.md) ^1.1.1
- [html2canvas](https://npm.io/package/html2canvas.md) ^1.4.1
- [react-konva](https://npm.io/package/react-konva.md) ^18.2.10
- [react-redux](https://npm.io/package/react-redux.md) ^8.1.1
- [react-share](https://npm.io/package/react-share.md) ^4.4.1
- [html-to-image](https://npm.io/package/html-to-image.md) ^1.11.11
- [rasterizehtml](https://npm.io/package/rasterizehtml.md) ^1.3.1
- [react-draggable](https://npm.io/package/react-draggable.md) ^4.4.5
- [@reduxjs/toolkit](https://npm.io/package/@reduxjs/toolkit.md) ^1.9.5
- [tailwind-scrollbar](https://npm.io/package/tailwind-scrollbar.md) ^3.0.4
- [@fortawesome/fontawesome-free](https://npm.io/package/@fortawesome/fontawesome-free.md) ^5.15.4

## Recent versions

- 0.1.1 (latest) — 2023-09-04
- 0.1.0 — 2023-08-25
- 0.0.9 — 2023-08-25
- 0.0.8 — 2023-08-25
- 0.0.7 — 2023-08-25
- 0.0.6 — 2023-08-24
- 0.0.5 — 2023-08-24
- 0.0.4 — 2023-08-24
- 0.0.3 — 2023-08-24
- 0.0.2 — 2023-08-24
- 0.0.1 — 2023-08-24
- 0.0.0 — 2023-08-24

## README

test-mash-my-room is a versatile and user-friendly tool that allows users to effortlessly decorate their own rooms with a wide variety of virtual products. With this package, users can create stunning visualizations of room designs by adding furniture, decor items, and other products to a virtual space.

# Installation

You can install test-mash-my-room npm package using the following command:

`npm install test-mash-my-room`

# usage

This is the basic usage of test-mash-my-room

```

import { MainPage } from "test-mash-my-room"
import 'test-mash-my-room/style.css'
function App() {
  const apiKey = "your_valid_api_key_here"
  return (
    <div>
      <MainPage apiKey={apiKey} />
    </div>
  )
}

export default App

```

Add the Font Awesome stylesheet to your HTML file's <head> section to enable icons (if needed):

```
<!DOCTYPE html>
<html lang="en">
<head>
  <link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
    integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
    crossorigin="anonymous"
    referrerpolicy="no-referrer"
  />
</head>
<body>
  <!-- Your HTML content here -->
</body>
</html>
```

---
_Source: https://npm.io/package/test-mash-my-room · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
