You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you already know the skin family you care about, import the helper functions:
42
+
43
+
```python
44
+
from cs2pattern import gem_black
45
+
46
+
patterns, ordered = gem_black("skeleton knife")
47
+
print("Patterns:", patterns)
48
+
print("Ordered:", ordered)
49
+
```
50
+
51
+
### Raw catalog access
52
+
53
+
Helper names match the pattern groups inside `pattern.json`, so you can discover what is available by calling `get_pattern_dict()` and inspecting the keys.
0 commit comments