Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@3yourmind/yoco

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3yourmind/yoco - npm Package Compare versions

Comparing version 0.0.1-beta to 0.0.1-beta.2

docs/assets/script.js

6

package.json
{
"name": "@3yourmind/yoco",
"version": "0.0.1-beta",
"version": "0.0.1-beta.2",
"description": "A icon font library which ready to use and already in 3YOURMIND",
"main": "dist/yoco-icon.css",
"main": "docs/dist/yoco-icon.css",
"scripts": {

@@ -22,3 +22,3 @@ "test": "echo \"Error: no test specified\" && exit 1"

},
"homepage": "https://github.com/3YOURMIND/yoco#readme"
"homepage": "https://3yourmind.github.io/yoco"
}

@@ -1,14 +0,38 @@

# Yoco - Customised Icon for Yoda
# yoco
![](preview.png)
Customised icons for Yoda.
More icon updating
## Get yoco
## How to use it
**Using npm**
```bash
$ npm install @3yourmind/yoco
```
**Using yarn**
```
npm install @3yourmind/yoco
yarn add @3yourmind/yoco
$ yarn add @3yourmind/yoco
```
@import "../node_modules/yoco/dist/yoco-icon.css";
```
**Using Github**
Download latest version from Github and unzip in your project.
* [Download v0.0.1-beta.2](https://github.com/3YOURMIND/yoco/releases/tag/v0.0.1-beta.2)
## Add yoco.css to your project
**With module bundler**
```bash
@import "../node_modules/@3yourmind/yoco/docs/dist/yoco-icon.css";
```
**With HTML**
```html
<!-- Add yoco.css to your project -->
<link rel="stylesheet" href="./path/to/yoco-icon.css">
```
## Using yoco icons
Please using [yoco docs](https://3yourmind.github.io/yoco)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc