Skip to content

Commit

Permalink
feat: Prep for "icon" to "asset" refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Needham committed Jan 20, 2019
1 parent ef75903 commit 3a1e84c
Show file tree
Hide file tree
Showing 49 changed files with 16 additions and 12 deletions.
18 changes: 11 additions & 7 deletions README.md
@@ -1,8 +1,8 @@
# cardscript-icons
# cardscript-assets

> Icon assets for use in docs/tooling.
> Icon/image assets for use in Cardscript docs/tooling.
## Provenance
## Icon provenance

Currently a cut-and-paste from Google's Material Design Two-Tone set:

Expand All @@ -11,20 +11,24 @@ Currently a cut-and-paste from Google's Material Design Two-Tone set:

## <a name="install"></a>Install
```bash
$ npm install cardscript-icons --save
$ npm install cardscript-assets --save
```

## Usage

``` javascript
const baseIconxPath = require('cardscript-icons')
const baseAssetPath = require('cardscript-assets')
```

## <a name="license"></a>License
## <a name="license"></a>Licenses

At the moment, just a package containing a subset of Google's [Material Design icons](https://material.io/).
### Icons

* At the moment, just a package containing a subset of Google's [Material Design icons](https://material.io/).

Please see their [Apache License 2.0](https://github.com/material-components/material-components-android/blob/master/LICENSE) license.

### Everything else

[MIT](https://github.com/wmfs/cardscript-assets/blob/master/LICENSE)

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
10 changes: 5 additions & 5 deletions package.json
@@ -1,18 +1,18 @@
{
"name": "@wmfs/cardscript-icons",
"description": "Icon assets for use in docs/tooling.",
"name": "@wmfs/cardscript-assets",
"description": "Icon/image assets for use in Cardscript docs/tooling.",
"version": "0.0.0-semantically-released",
"author": "West Midlands Fire Service",
"keywords": [
"tymly",
"cardscript"
],
"main": "icons/index.js",
"main": "assets/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/cardscript-icons.git"
"url": "https://github.com/wmfs/cardscript-assets.git"
},
"bugs": {
"url": "https://github.com/wmfs/cardscript-icons/issues"
"url": "https://github.com/wmfs/cardscript-assets/issues"
}
}

0 comments on commit 3a1e84c

Please sign in to comment.